Skip to content

Commit

Permalink
Merge pull request #16 from tj-actions/upgrade-to-v1.4
Browse files Browse the repository at this point in the history
Upgraded to v1.4
  • Loading branch information
jackton1 authored Apr 25, 2021
2 parents ca4f725 + 17458c3 commit 70c21e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v3.6
uses: tj-actions/branch-names@v4
with:
strip_tag_prefix: 'v'

Expand Down
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

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

**Merged pull requests:**

- Update Dockerfile [\#14](https://github.com/tj-actions/github-changelog-generator/pull/14) ([jackton1](https://github.com/jackton1))
- Upgraded bundler [\#13](https://github.com/tj-actions/github-changelog-generator/pull/13) ([jackton1](https://github.com/jackton1))
- Upgraded ruby and fixed deprecation warnings. [\#12](https://github.com/tj-actions/github-changelog-generator/pull/12) ([jackton1](https://github.com/jackton1))
- Update ruby Docker tag to v2.6.5 [\#9](https://github.com/tj-actions/github-changelog-generator/pull/9) ([renovate[bot]](https://github.com/apps/renovate))
- Configure Renovate [\#7](https://github.com/tj-actions/github-changelog-generator/pull/7) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v1.3 [\#4](https://github.com/tj-actions/github-changelog-generator/pull/4) ([jackton1](https://github.com/jackton1))

## [v1.3](https://github.com/tj-actions/github-changelog-generator/tree/v1.3) (2021-02-21)

[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.2...v1.3)
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.3
uses: tj-actions/github-changelog-generator@v1.4
with:
output: 'HISTORY.md'
```
Expand Down

0 comments on commit 70c21e2

Please sign in to comment.