Skip to content

1.0.0-alpha.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 12:33
59520bd
feat: output new release version if one made (#31)

## Pull Request Description

### Overview

This pull request introduces a new feature that outputs the new release
version when a release is created in GitHub Actions.

This is a feature that’s good to have, but I mostly implemented it to
have a integration test for pre-release versions.

### Changes Made

- **Feature Addition**: Added functionality to output the new release
version when a release is made in GitHub Actions. This helps users
easily identify the current version without needing to check additional
logs or files.
- **Testing**: Implemented tests to ensure that the pre-release version
is correctly created and asserted during the release process. This
ensures the reliability of the new output feature.

<!-- branch-stack -->

- `alpha`
  - \#31 :point\_left: