Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to v1.7 #22

Merged
merged 1 commit into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v1.7](https://github.com/tj-actions/github-changelog-generator/tree/v1.7) (2021-05-04)

[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.6...v1.7)

**Closed issues:**

- Switch to composite action [\#6](https://github.com/tj-actions/github-changelog-generator/issues/6)

**Merged pull requests:**

- Bump tj-actions/sync-release-version from v8 to v8.5 [\#21](https://github.com/tj-actions/github-changelog-generator/pull/21) ([dependabot[bot]](https://github.com/apps/dependabot))
- Upgrade to GitHub-native Dependabot [\#20](https://github.com/tj-actions/github-changelog-generator/pull/20) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Update tj-actions/github-changelog-generator action to v1.6 [\#19](https://github.com/tj-actions/github-changelog-generator/pull/19) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v1.6 [\#18](https://github.com/tj-actions/github-changelog-generator/pull/18) ([jackton1](https://github.com/jackton1))
- Update dependency github\_changelog\_generator to v1.16.2 [\#15](https://github.com/tj-actions/github-changelog-generator/pull/15) ([renovate[bot]](https://github.com/apps/renovate))

## [v1.6](https://github.com/tj-actions/github-changelog-generator/tree/v1.6) (2021-04-25)

[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.5...v1.6)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Github CHANGELOG generator
steps:
- uses: actions/checkout@v2
- name: Generate CHANGELOG
uses: tj-actions/github-changelog-generator@v1.6
uses: tj-actions/github-changelog-generator@v1.7
with:
output: 'HISTORY.md'
```
Expand Down