Skip to content

Releases: levibostian/new-deployment-tool

1.0.0-alpha.2

28 Oct 12:33
59520bd
Compare
Choose a tag to compare
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:

1.0.0-alpha.1

14 Oct 13:40
281d843
Compare
Choose a tag to compare
fix: get next release version config not being read (#29)

Still having issues trying to get an alpha release made. This time, I
realized that the JSON I passed to the action was not valid. The
automated tests all work (and were valid JSON) but the JSON sent to the
action was not.

<!-- branch-stack -->

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