You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe how a repo is released when a tag is pushed. (#132)
It is no longer necessary to manually create releases in the Github GUI or
via `gh release create`.
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
Copy file name to clipboardExpand all lines: docs/repo-guides/release-nnf-sw/readme.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Request, **you must use a Merge Commit.**
109
109
treat everything like a conflict. Additionally, this will cause auto-generated release notes
110
110
to include the previous release.
111
111
112
-
7. Once merged, update the release branch locally and create an annotated tag:
112
+
7. Once merged, update the release branch locally and create an annotated tag. Each repo has a workflow job named `create_release` that will create a release automatically when the new tag is pushed.
113
113
114
114
```shell
115
115
git checkout releases/v0
@@ -118,16 +118,7 @@ Request, **you must use a Merge Commit.**
118
118
git push origin --tags
119
119
```
120
120
121
-
8. Now that a tag exists, a release can be created via the [GitHub CLI](https://cli.github.com/).
122
-
Alternatively, use the [Web UI](https://github.com/NearNodeFlash/nnf-dm/releases/new).
0 commit comments