Skip to content

Commit

Permalink
v8.2.3 (#897)
Browse files Browse the repository at this point in the history
* docs(RELEASE): add flag to goreleaser command

* v8.2.3
  • Loading branch information
Integralist authored Apr 5, 2023
1 parent 63a843d commit 538d857
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v8.2.3](https://github.com/fastly/cli/releases/tag/v8.2.3) (2023-04-05)

[Full Changelog](https://github.com/fastly/cli/compare/v8.2.2...v8.2.3)

**Enhancements:**

* fix(profile): always prompt for token [#896](https://github.com/fastly/cli/pull/896)

**Dependencies:**

* build(deps): bump github.com/getsentry/sentry-go from 0.19.0 to 0.20.0 [#895](https://github.com/fastly/cli/pull/895)
* build(deps): bump actions/setup-go from 3 to 4 [#882](https://github.com/fastly/cli/pull/882)
* build(deps): bump github.com/fatih/color from 1.14.1 to 1.15.0 [#865](https://github.com/fastly/cli/pull/865)

## [v8.2.2](https://github.com/fastly/cli/releases/tag/v8.2.2) (2023-03-31)

[Full Changelog](https://github.com/fastly/cli/compare/v8.2.1...v8.2.2)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Merge all PRs intended for the release.
2. Rebase latest remote main branch locally (`git pull --rebase origin main`).
3. Ensure all analysis checks and tests are passing (`time TEST_COMPUTE_INIT=1 TEST_COMPUTE_BUILD=1 TEST_COMPUTE_DEPLOY=1 make all`).
4. Ensure goreleaser builds locally (`make fastly GORELEASER_ARGS="--skip-validate --clean"`).
4. Ensure goreleaser builds locally (`make fastly GORELEASER_ARGS="--skip-validate --skip-post-hooks --clean"`).
5. Open a new PR to update CHANGELOG ([example](https://github.com/fastly/cli/pull/273))<sup>[1](#note1)</sup>.
6. Merge CHANGELOG.
7. Rebase latest remote main branch locally (`git pull --rebase origin main`).
Expand Down

0 comments on commit 538d857

Please sign in to comment.