Skip to content

Commit 1858418

Browse files
committed
doc: release workflow documented in readme
Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
1 parent ea3d68d commit 1858418

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,14 @@ This library ships under the [SPDX-License-Identifier: Apache-2.0](./LICENSE).
7676
* [All-time contributors](./CONTRIBUTORS.md)
7777
* [Contributing guidelines](.github/CONTRIBUTING.md)
7878

79-
## Cut a release
79+
## Cutting a new release
8080

81-
Maintainers can cut a new release using
82-
[this workflow](https://github.com/go-openapi/gh-actions/actions/workflows/bump-release.yml).
81+
Maintainers can cut a new release by either:
82+
83+
* running [this workflow](https://github.com/go-openapi/gh-actions/actions/workflows/bump-release.yml)
84+
* or pushing a semver tag
85+
* signed tags are preferred
86+
* The tag message is prepended to release notes
8387

8488
<!-- Badges: status -->
8589
[test-badge]: https://github.com/go-openapi/gh-actions/actions/workflows/test.yml/badge.svg

0 commit comments

Comments
 (0)