Skip to content

Commit 8b6de87

Browse files
committed
refine release process
1 parent 1307b62 commit 8b6de87

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

release.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,19 @@ Procedure
4545
d. Potentially perform other updates to the RC branch via PRs
4646
e. *DO NOT MERGE* RC branch
4747
3. Update DAGMC `stable <stable_>`_ tag to future release hash = DAGMC RC branch HEAD
48+
49+
`git tag -d stable; git tag stable; git push -f --tags upstream`
4850
4. Manually invoke `Github action to rebuild PyNE Docker images
4951
<https://github.com/pyne/pyne/actions/workflows/docker_publish.yml>`_. Note
5052
that this will automatically build & test PyNE with the updated DAGMC RC that
5153
is pointed to by the `stable <stable_>`_ tag
52-
5. Publish the DAGMC release
53-
a. Merge DAGMC RC branch to `develop`
54-
b. Create reelase from `develop`
55-
6. Publish PyNE release
54+
5. Publish PyNE release - DAGMC depends on a specific hash of PyNE, while PyNE
55+
depends on a tag of DAGMC
5656
a. Merge PyNE RC branch to `develop`
57-
b. Create reelase from `develop`
57+
b. Create release from `develop`
58+
6. Update PyNE Submodule in DAGMC after merge of PyNE RC
59+
7. Publish the DAGMC release
60+
a. Merge DAGMC RC branch to `develop`
61+
b. Create release from `develop`
5862

5963
.. _stable: https://github.com/svalinn/DAGMC/releases/tag/stable

0 commit comments

Comments
 (0)