Skip to content

Commit

Permalink
Add migration guide to CHANGELOG (#626)
Browse files Browse the repository at this point in the history
* Adding refernce to migration guide in changelog

* Preventing goreleaser from auto-generating release changelog

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Jan 20, 2023
1 parent 664b9dc commit b941b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
skip: true
brews:
- name: auth0
tap:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0-beta.1](https://github.com/auth0/auth0-cli/tree/1.0.0-beta.1) (Jan 20, 2023)

Refer to the [v1 migration guide](MIGRATION_GUIDE.md) for instructions on how to navigate breaking changes.

### Added

- Ability to view user's assigned roles via `auth0 users roles show` [#604]
Expand Down

0 comments on commit b941b6e

Please sign in to comment.