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

feat(semantic-release): adds last-release outputs #21

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

greenkiwi
Copy link
Contributor

This adds outputs for last-release-version & last-release-major-version. This will allow us to determine if a breaking change has occurred.

@greenkiwi greenkiwi requested a review from a team as a code owner September 14, 2023 11:48
@github-actions
Copy link

github-actions bot commented Sep 14, 2023

Pull Request Test Coverage Report for Build 6189899525

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 87.879%

Totals Coverage Status
Change from base Build 6053172520: 0.6%
Covered Lines: 41
Relevant Lines: 44

💛 - Coveralls

Copy link
Contributor

@tagoro9 tagoro9 left a 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.
@greenkiwi greenkiwi force-pushed the f/add-last-release-outputs branch from e1c21b7 to 875d39c Compare September 14, 2023 19:14
Comment on lines +52 to +58
| 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 |
Copy link
Contributor Author

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.

@github-actions
Copy link

Release notes preview

Below is a preview of the release notes if your PR gets merged.


2.2.0 (2023-09-14)

Features

  • semantic-release: adds last-release outputs (875d39c)

@greenkiwi greenkiwi merged commit 11fe39f into main Sep 14, 2023
3 checks passed
@greenkiwi greenkiwi deleted the f/add-last-release-outputs branch September 14, 2023 19:19
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants