Skip to content

Upgraded to v3 #83

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

Merged
merged 1 commit into from
Mar 10, 2023
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
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))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 122

Expected: 80; Actual: 122
- feat: ensure that the token is utilized [\#81](https://github.com/tj-actions/release-tagger/pull/81) ([jackton1](https://github.com/jackton1))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 144

Expected: 80; Actual: 144
- 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))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 190

Expected: 80; Actual: 190
- 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))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 173

Expected: 80; Actual: 173
- 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))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 173

Expected: 80; Actual: 173
- 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))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 169

Expected: 80; Actual: 169
- Upgraded to v2.1.6 [\#76](https://github.com/tj-actions/release-tagger/pull/76) ([jackton1](https://github.com/jackton1))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 123

Expected: 80; Actual: 123

## [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