Skip to content

Commit

Permalink
Bump v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 2, 2024
1 parent 7ba5ce9 commit 0c7073a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## To be released

## [2024-10-02] v2.0.6

* build(go): use go 1.22
* build: various dependencies updates

## [2023-12-27] v2.0.5

* chore(deps): various updates
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LinK v2.0.5
# LinK v2.0.6

![publish workflow](https://github.com/Scalingo/link/actions/workflows/publish.yml/badge.svg)

Expand Down Expand Up @@ -157,11 +157,11 @@ Bump new version number in:
Commit, tag and create a new release:

```sh
version="2.0.5"
version="2.0.6"

git switch --create release/${version}
git add CHANGELOG.md README.md
git commit -m "Bump v${version}"
git commit --message="Bump v${version}"
git push --set-upstream origin release/${version}
gh pr create --reviewer=EtienneM --fill-first
```
Expand Down

0 comments on commit 0c7073a

Please sign in to comment.