Skip to content

Commit

Permalink
chore: release 2.1.0 (#328)
Browse files Browse the repository at this point in the history
* chore: release 2.1.0

* chore: update release process
  • Loading branch information
ChronosMasterOfAllTime authored Jul 28, 2023
1 parent 1bff461 commit a94f47b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.9
2.1.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Change line format:

## Unreleased (master)

## 2.1.0

## Added
- Silent install option (#327)
- GOENV_AUTO_INSTALL support (#327)
- Updated all stale references to the old repo organization

## 2.0.9

### Added
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Releases are done **automatically** via GitHub actions and Release Drafter.
1. Releases are following *semantic versioning*.
1. Releases are to be named in pattern of `X.Y.Z`. The produced binary artifacts contain the `X.Y.Z` in their names.
1. Changelog must up-to-date with what's going to be released. Check [CHANGELOG](./CHANGELOG.md).
1. **Make sure** to bump the version of `goenv`. Bumping the version of `go-build` is often omitted.
1. APP_VERSION file **must be updated** to match the draft version to be released.

## Flow

Expand Down

0 comments on commit a94f47b

Please sign in to comment.