Skip to content

Commit

Permalink
Upgraded from v2.1.6 -> v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 10, 2023
1 parent b6f668d commit 4197cc4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
# Changelog

## [v2](https://github.com/tj-actions/release-tagger/tree/v2) (2023-03-09)
## [v3.0.0](https://github.com/tj-actions/release-tagger/tree/v3.0.0) (2023-03-10)

[Full Changelog](https://github.com/tj-actions/release-tagger/compare/v2.1.6...v2)
[Full Changelog](https://github.com/tj-actions/release-tagger/compare/v3...v3.0.0)

## [v2.1.6](https://github.com/tj-actions/release-tagger/tree/v2.1.6) (2023-03-09)
## [v3](https://github.com/tj-actions/release-tagger/tree/v3) (2023-03-10)

[Full Changelog](https://github.com/tj-actions/release-tagger/compare/v2.1.5...v2.1.6)
[Full Changelog](https://github.com/tj-actions/release-tagger/compare/v2...v3)

**Closed issues:**

- Dependency Dashboard [\#5](https://github.com/tj-actions/release-tagger/issues/5)

**Merged pull requests:**

- Updated README.md [\#82](https://github.com/tj-actions/release-tagger/pull/82) ([jackton1](https://github.com/jackton1))
- feat: ensure that the token is utilized [\#81](https://github.com/tj-actions/release-tagger/pull/81) ([jackton1](https://github.com/jackton1))
- chore\(deps\): update tj-actions/github-changelog-generator action to v1.18 [\#80](https://github.com/tj-actions/release-tagger/pull/80) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/auto-doc action to v2.2.0 [\#79](https://github.com/tj-actions/release-tagger/pull/79) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/auto-doc action to v2.0.3 [\#78](https://github.com/tj-actions/release-tagger/pull/78) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/auto-doc action to v2 [\#77](https://github.com/tj-actions/release-tagger/pull/77) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v2.1.6 [\#76](https://github.com/tj-actions/release-tagger/pull/76) ([jackton1](https://github.com/jackton1))

## [v2](https://github.com/tj-actions/release-tagger/tree/v2) (2023-03-09)

[Full Changelog](https://github.com/tj-actions/release-tagger/compare/v2.1.6...v2)

## [v2.1.6](https://github.com/tj-actions/release-tagger/tree/v2.1.6) (2023-03-09)

[Full Changelog](https://github.com/tj-actions/release-tagger/compare/v2.1.5...v2.1.6)

**Merged pull requests:**

- chore\(deps\): update codacy/codacy-analysis-cli-action action to v4.3.0 [\#75](https://github.com/tj-actions/release-tagger/pull/75) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v2.1.5 [\#74](https://github.com/tj-actions/release-tagger/pull/74) ([jackton1](https://github.com/jackton1))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run release-tagger
uses: tj-actions/release-tagger@v2
uses: tj-actions/release-tagger@v3
```
## Inputs
Expand Down

0 comments on commit 4197cc4

Please sign in to comment.