-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(semantic-release): adds last-release outputs #21
Conversation
Pull Request Test Coverage Report for Build 6189899525
💛 - Coveralls |
bcba1a7
to
e1c21b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just update the readme with the new outputs
This adds outputs for `last-release-version` & `last-release-major-version`. This will allow us to determine if a breaking change has occurred.
e1c21b7
to
875d39c
Compare
| new-release-version | Version of the new release | | ||
| new-release-major-version | Major version of the new release | | ||
| new-release-minor-version | Minor version of the new release | | ||
| new-release-patch-version | Patch version of the new release | | ||
| new-release-type | Type of the new release: 'prerelease' \| 'prepatch' \| 'patch' \| 'preminor' \| 'minor' \| 'premajor' \| 'major' | | ||
| last-release-version | Version of the last release | | ||
| last-release-major-version | Major version of the last release | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tagoro9 good call. Fixed and added the others too.
🎉 This PR is included in version 2.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This adds outputs for
last-release-version
&last-release-major-version
. This will allow us to determine if a breaking change has occurred.