Skip to content

Commit

Permalink
release 2.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Aug 20, 2024
1 parent d1d8570 commit 7f37e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [v2.0.0] - ????-??-??
## [v2.0.0-beta2] - 2024-08-19

### Bugs

Expand Down Expand Up @@ -770,8 +770,8 @@

Initial release

[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v2.0.0...main
[v2.0.0]: https://github.com/synfinatic/aws-sso-cli/compare/v2.0.0...v1.17.0
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v2.0.0-beta2...main
[v2.0.0-beta2]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v2.0.0-beta2
[v1.17.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.17.0
[v1.16.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.16.1
[v1.16.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.16.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tags: cmd/*/*.go internal/*/*.go internal/*/*/*.go ## Create tags file for vim,

.build-release: windows windows32 linux linux-arm64 darwin darwin-arm64

.validate-release: ALL release-check
.validate-release: ALL
@TAG=$$(./$(DIST_DIR)$(PROJECT_NAME) version 2>/dev/null | grep '(v$(PROJECT_VERSION))'); \
if test -z "$$TAG"; then \
echo "Build tag from does not match PROJECT_VERSION=v$(PROJECT_VERSION) in Makefile:" ; \
Expand Down

0 comments on commit 7f37e76

Please sign in to comment.