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.1.2 #6

Merged
merged 2 commits into from
May 23, 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
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [v1.1](https://github.com/tj-actions/semver-diff/tree/v1.1) (2021-05-23)

[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.1.2...HEAD)

**Merged pull requests:**

- Upgraded to v1.1 [\#5](https://github.com/tj-actions/semver-diff/pull/5) ([jackton1](https://github.com/jackton1))

## [v1.1.2](https://github.com/tj-actions/semver-diff/tree/v1.1.2) (2021-05-23)

[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.1...v1.1.2)

## [v1.1](https://github.com/tj-actions/semver-diff/tree/v1.1) (2021-05-23)

[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1...v1.1)

**Closed issues:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run semver-diff
id: semver-diff
uses: tj-actions/semver-diff@v1.1
uses: tj-actions/semver-diff@v1.1.2
- name: Show release type
run: |
echo "Release type: ${{ steps.semver-diff.outputs.release_type }}"
Expand Down