Skip to content

Commit

Permalink
release: v1.1.7 main branch prep
Browse files Browse the repository at this point in the history
  • Loading branch information
natemollica-nm committed Apr 30, 2024
1 parent e820744 commit 75eff2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* `export GITHUB_TOKEN=$CONSUL_DEBUG_GH_TOKEN`

* Create tag, and push to GitHub:
* `git tag -a v1.1.6 -m "Patch release v1.1.6"`
* `git push origin v1.1.6`
* `git tag -a v1.1.7 -m "Patch release v1.1.7"`
* `git push origin v1.1.7`

* Release:
* `goreleaser release --clean`
Expand All @@ -16,8 +16,8 @@

## Recreate tag post-correction

`git tag -d v1.1.6`
`git tag -d v1.1.7`

`git push --delete origin v1.1.6 `
`git push --delete origin v1.1.7 `

re-run the above
2 changes: 1 addition & 1 deletion internal/read/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package read

const Version = "1.1.6"
const Version = "1.1.7"

0 comments on commit 75eff2a

Please sign in to comment.