Skip to content

Commit b247802

Browse files
daquinteroflexmomchil-flex
authored andcommitted
RELEASE: Upgrade release flow and tiny fix ⚡
1 parent b491565 commit b247802

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@master
16+
- name: Exit if any RC release
17+
if: contains(github.ref, 'rc') == false
18+
uses: everlytic/[email protected]
19+
with:
20+
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
source_ref: "develop"
22+
target_branch: "latest"
23+
commit_message_template: 'RELEASE: :shipit: :boom: :tada: Merged {source_ref} into target {target_branch}'
1624
- name: Release
1725
uses: softprops/action-gh-release@v1
1826
with:

.github/workflows/sync-to-readthedocs-repo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- latest
9+
- develop
910
- 'pre/*'
1011
- 'v*'
1112

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ This will produce the following plot, which visualizes the electromagnetic field
165165
.. image:: _static/quickstart_fields.png
166166
:width: 1200
167167

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

170-
b) View the results of this simulation on our web-based `graphical user interface <https://tidy3d.simulation.cloud>`_.
169+
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>`_.
171170

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

0 commit comments

Comments
 (0)