Releases: dolittle/github-release-action
Releases · dolittle/github-release-action
Release v2.2.1
Summary
Update the deps and modernise
Release v2.2.0
Summary
Adds an output called 'upload_url' inspired by https://github.com/actions/create-release to allow us to use https://github.com/actions/upload-release-asset to upload artefacts to the release.
Added
- An output called 'upload_url' to use to upload assets to the release later in workflows.
Release v2.1.1
Summary
Fixes a bug where the 'microservice' input was ignored
Fixed
- Send the microservice input argument to the release creator
Release v2.1.0
Summary
Adds the 'microservice' optional input. When given a non-empty string it will create a GitHub release for a particular "microservice" (it'll just affect the release title and the tag)
Added
- 'microservice' input for releasing for a microservice when given a non-empty string as input.
Release v2.0.0
feat: build for release
Release v1.0.5
feat: build for release
Release v1.0.4
feat: build for release
Release v1.0.3
Merge pull request #8 from dolittle/test Fix workflow
Release v1.0.2
Merge pull request #7 from dolittle/test Fix bug in release creator
Prerelease v1.0.1
Merge pull request #6 from dolittle/test Body input not required