File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,19 @@ Procedure
45
45
d. Potentially perform other updates to the RC branch via PRs
46
46
e. *DO NOT MERGE * RC branch
47
47
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 `
48
50
4. Manually invoke `Github action to rebuild PyNE Docker images
49
51
<https://github.com/pyne/pyne/actions/workflows/docker_publish.yml> `_. Note
50
52
that this will automatically build & test PyNE with the updated DAGMC RC that
51
53
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
56
56
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 `
58
62
59
63
.. _stable : https://github.com/svalinn/DAGMC/releases/tag/stable
You can’t perform that action at this time.
0 commit comments