Skip to content

Commit

Permalink
Merge pull request fedimint#6233 from bradleystachurski/update-releas…
Browse files Browse the repository at this point in the history
…e-docs

docs: prepend 'v' for tags
  • Loading branch information
bradleystachurski authored Oct 28, 2024
2 parents d131200 + c037c91 commit 0a1c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ To create a new signed tag, run
```
git tag -a -s <tag> && git push <upstream> <tag>
ex:
git tag -a -s 0.5.0-rc.0 && git push upstream 0.5.0-rc.0
git tag -a -s v0.5.0-rc.0 && git push upstream v0.5.0-rc.0
```

0 comments on commit 0a1c6ee

Please sign in to comment.