Skip to content

Commit

Permalink
RELEASE: Upgrade release flow and tiny fix ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex authored and momchil-flex committed Feb 22, 2024
1 parent b491565 commit b247802
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Exit if any RC release
if: contains(github.ref, 'rc') == false
uses: everlytic/branch-merge@1.1.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_ref: "develop"
target_branch: "latest"
commit_message_template: 'RELEASE: :shipit: :boom: :tada: Merged {source_ref} into target {target_branch}'
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-to-readthedocs-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- latest
- develop
- 'pre/*'
- 'v*'

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ This will produce the following plot, which visualizes the electromagnetic field
.. image:: _static/quickstart_fields.png
:width: 1200

a) Postprocess simulation data using the same python session, or

b) View the results of this simulation on our web-based `graphical user interface <https://tidy3d.simulation.cloud>`_.
You can now postprocess simulation data using the same python session, or view the results of this simulation on our web-based `graphical user interface <https://tidy3d.simulation.cloud>`_.

.. `TODO: open example in colab <https://github.com/flexcompute/tidy3d>`_
Expand Down

0 comments on commit b247802

Please # to comment.