Skip to content

Commit 6677e1c

Browse files
authored
Update release-creation doc; nnf-deploy will now auto-create its own release (#126)
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
1 parent d9a6bfe commit 6677e1c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/repo-guides/release-nnf-sw/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ Request, **you must use a Merge Commit.**
125125
gh release create --generate-notes --verify-tag -p v0.0.3 -t "Release v0.0.3"
126126
```
127127
128+
**Note** Do not do this `gh release create` in the nnf-deploy repo. That repo will create a release automatically when a new tag is pushed.
129+
128130
9. GOTO Step 1 and repeat this process for each remaining component.
129131
130132
## Release `nnf-deploy`
@@ -188,7 +190,9 @@ that everything is current on `master` for `nnf-deploy`.
188190
11. Verify that `git status` is happy with `nnf-deploy` and then finalize the merge
189191
from master by with a `git commit`.
190192

191-
12. Follow steps 6-8 from the previous section to finalize the release of `nnf-deploy`.
193+
12. Follow steps 6-7 from the previous section to finalize the release of `nnf-deploy`.
194+
195+
**Note** In step 7, the push of the tag will cause nnf-deploy's `handle_release_tag` workflow to automatically create the release.
192196
193197
**The software is now released!**
194198

0 commit comments

Comments
 (0)