Skip to content

Commit

Permalink
Merge pull request #335 from Nordix/tuomo/drop-signing-from-go-tags
Browse files Browse the repository at this point in the history
📖 clarify tag usage in releasing.md
  • Loading branch information
metal3-io-bot authored Sep 29, 2023
2 parents 88b4626 + 0587078 commit f13c6f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ We also need to create one or more tags for the Go modules ecosystem:

- For any subdirectory with `go.mod` in it (excluding `hack/tools`), create
another Git tag with directory prefix, ie.
`git tag -s api/v1.x.y`.
**NOTE**: Do not create annotated tags (`-a` or `-m`) for Go modules. Release
notes expects only the main tag to be annotated, otherwise it might create
incorrect release notes.
`git tag api/v1.x.y`.
**NOTE**: Do not create annotated tags (`-a`, or implicitly via `-m` or `-s`)
for Go modules. Release notes expects only the main tag to be annotated,
otherwise it might create incorrect release notes.
Push the tag to `origin`.

### Release artifacts

Expand Down

0 comments on commit f13c6f0

Please sign in to comment.