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 v6.3 #194

Merged
merged 4 commits into from Nov 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 22 additions & 8 deletions HISTORY.md
@@ -1,24 +1,38 @@
# Changelog

## [Unreleased](https://github.com/tj-actions/branch-names/tree/HEAD)
## [v6.3](https://github.com/tj-actions/branch-names/tree/v6.3) (2022-11-12)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v6.2...HEAD)
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v6...v6.3)

## [v6](https://github.com/tj-actions/branch-names/tree/v6) (2022-11-12)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v6.2...v6)

**Fixed bugs:**

- \[BUG\] all outputs show default branch when on a PR branch [\#190](https://github.com/tj-actions/branch-names/issues/190)
- \[BUG\] Usage of set-output triggers warnings during workflow. [\#180](https://github.com/tj-actions/branch-names/issues/180)

## [v6.2](https://github.com/tj-actions/branch-names/tree/v6.2) (2022-10-16)
**Closed issues:**

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v6...v6.2)
- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)

## [v6](https://github.com/tj-actions/branch-names/tree/v6) (2022-10-16)
**Merged pull requests:**

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v6.1...v6)
- fix: bug with branch name with PR's from forks [\#193](https://github.com/tj-actions/branch-names/pull/193) ([jackton1](https://github.com/jackton1))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 151

Expected: 80; Actual: 151
- chore: update test [\#191](https://github.com/tj-actions/branch-names/pull/191) ([jackton1](https://github.com/jackton1))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 123

Expected: 80; Actual: 123
- Update tj-actions/auto-doc action to v1.4.3 [\#189](https://github.com/tj-actions/branch-names/pull/189) ([renovate[bot]](https://github.com/apps/renovate))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 158

Expected: 80; Actual: 158
- Updated README.md [\#188](https://github.com/tj-actions/branch-names/pull/188) ([jackton1](https://github.com/jackton1))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 122

Expected: 80; Actual: 122
- Update tj-actions/auto-doc action to v1.4.2 [\#187](https://github.com/tj-actions/branch-names/pull/187) ([renovate[bot]](https://github.com/apps/renovate))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 158

Expected: 80; Actual: 158
- Update peter-evans/create-pull-request action to v4.2.0 [\#186](https://github.com/tj-actions/branch-names/pull/186) ([renovate[bot]](https://github.com/apps/renovate))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 170

Expected: 80; Actual: 170
- Update pascalgn/automerge-action action to v0.15.5 [\#185](https://github.com/tj-actions/branch-names/pull/185) ([renovate[bot]](https://github.com/apps/renovate))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 165

Expected: 80; Actual: 165
- Update peter-evans/create-pull-request action to v4.1.4 [\#184](https://github.com/tj-actions/branch-names/pull/184) ([renovate[bot]](https://github.com/apps/renovate))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 170

Expected: 80; Actual: 170
- Update tj-actions/verify-changed-files action to v12 [\#183](https://github.com/tj-actions/branch-names/pull/183) ([renovate[bot]](https://github.com/apps/renovate))

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 167

Expected: 80; Actual: 167
- Upgraded to v6.2 [\#182](https://github.com/tj-actions/branch-names/pull/182) ([jackton1](https://github.com/jackton1))

**Closed issues:**
## [v6.2](https://github.com/tj-actions/branch-names/tree/v6.2) (2022-10-16)

- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v6.1...v6.2)

**Merged pull requests:**

Expand Down