Skip to content

Commit

Permalink
Merge pull request #87 from cybozu-go/bump-1.4.8
Browse files Browse the repository at this point in the history
Bump version to 1.4.8
  • Loading branch information
morimoto-cybozu authored Sep 6, 2024
2 parents 2ce9beb + 3651251 commit 70b15de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.4.8] - 2024-09-06

### Changed

- Update dependencies in [#86](https://github.com/cybozu-go/etcdpasswd/pull/86)
Expand Down Expand Up @@ -136,7 +138,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[placemat]: https://github.com/cybozu-go/placemat
[etcdutil]: https://github.com/cybozu-go/etcdutil
[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.7...HEAD
[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.8...HEAD
[1.4.8]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.7...v1.4.8
[1.4.7]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.6...v1.4.7
[1.4.6]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.5...v1.4.6
[1.4.5]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.4...v1.4.5
Expand Down
7 changes: 5 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Bump version
2. Make a branch to release

```console
$ git neco dev "bump-$VERSION"
$ git checkout main
$ git pull
$ git checkout -b "bump-$VERSION"
```

3. Update `version.go`.
Expand All @@ -53,7 +55,8 @@ Bump version

```console
$ git commit -a -m "Bump version to $VERSION"
$ git neco review
$ git push -u origin HEAD
$ gh pr create -f
```

6. Merge this branch.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package etcdpasswd

const (
// Version of etcdpasswd
Version = "1.4.7"
Version = "1.4.8"
)

0 comments on commit 70b15de

Please sign in to comment.