Skip to content

Commit

Permalink
Add missing links in the CHANGELOG (#223)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

Add missing references to Pull Requests.

* Link to PRs and Authors in upcoming release notes

Co-authored-by: Stefan Zweifel <hello@stefanzweifel.io>
  • Loading branch information
ericcornelissen and stefanzweifel committed Jun 6, 2022
1 parent 79ae6ee commit 789f58e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
@@ -1,7 +1,7 @@
ame-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
change-template: '- $TITLE ([#$NUMBER](https://github.com/stefanzweifel/git-auto-commit-action/pull/$NUMBER)) [@$AUTHOR](https://github.com/@$AUTHOR)'
template: |
# What's Changed
$CHANGES
categories:
- title: Added
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
Expand Up @@ -13,38 +13,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Changed

- Change Commit User Name from "GitHub Actions" to "github-actions[bot]" (#213) @jooola
- Change Commit User Email from "actions@github.com" to "github-actions[bot]@users.noreply.github.com" (#213) @jooola
- Change Commit User Name from "GitHub Actions" to "github-actions[bot]" ([#213](https://github.com/stefanzweifel/git-auto-commit-action/pull/213)) @jooola
- Change Commit User Email from "actions@github.com" to "github-actions[bot]@users.noreply.github.com" ([#213](https://github.com/stefanzweifel/git-auto-commit-action/pull/213)) @jooola

## Fixed

- Update doc link to GITHUB_TOKEN not triggering new workflow runs (#206) @gapple
- Update doc link to GITHUB_TOKEN not triggering new workflow runs ([#206](https://github.com/stefanzweifel/git-auto-commit-action/pull/206)) @gapple

## [v4.14.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.13.1...v4.14.0) - 2022-03-18

## Added

- Add `create_branch` option to force create a new branch (#203) @stefanzweifel
- Add `create_branch` option to force create a new branch ([#203](https://github.com/stefanzweifel/git-auto-commit-action/pull/203)) @stefanzweifel

## Fixed

- README.md: Updates hyperlink to GH docs (#200) @funkyfuture
- README.md: Updates hyperlink to GH docs ([#200](https://github.com/stefanzweifel/git-auto-commit-action/pull/200)) @funkyfuture

## [v4.13.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.13.0...v4.13.1) - 2022-01-13

## Fixed

- Properly disambiguate between branch or file checkout (#199) @kenodegard
- Properly disambiguate between branch or file checkout ([#199](https://github.com/stefanzweifel/git-auto-commit-action/pull/199)) @kenodegard

## [v4.13.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.12.0...v4.13.0) - 2022-01-10

## Added

- Add `skip_checkout` option (#197) @cmbuckley
- Add `skip_checkout` option ([#197](https://github.com/stefanzweifel/git-auto-commit-action/pull/197)) @cmbuckley

## Changed

- Add note on minimum permissions to the docs (#180) @ericcornelissen
- Add note on minimum permissions to the docs ([#180](https://github.com/stefanzweifel/git-auto-commit-action/pull/180)) @ericcornelissen

## [v4.12.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.11.0...v4.12.0) - 2021-09-10

Expand Down

0 comments on commit 789f58e

Please sign in to comment.