File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments