- Fix
sed
replacement in alpine - Fix linting errors
Update to new GitHub actions output format
- Remove dependency pinning
- Update curl to latest version
- Fix bug in INPUT_RELEASE_TEXT check (again)
- Fix bug in INPUT_RELEASE_TEXT check
- Improve action stability by pinning alpine package versions
- Add input parameter release_text which can be used instead of the parsed change log (Addresses #5)
- Add output parameter for parsed change log content (Fixes #6)
- Add output parameter for received release metadata (id, html_url, upload_url) (Fixes #4)
- Updated to latest submark version (Fixes #1)
- Fix parsing for tags with slashes (Pull Request #9)
- Add option to pass tag from another action (Fixes #2).
- Add option to pass release title.
- Add additional output for the change log parsing process
- Add required fields to the input parameters
- Update
README.md
- Add
action.yml
file - Switch from using
env
toinputs
- Migrate to Actions V2 yml files
- Update workflow
- Change Action name to be unique
Initial Release
- Create release from tag
- Verify release version format with regular expression
- Create releases as draft
- Create pre-releases with regular expression matching
- Update existing releases
- Parse release body from a changelog file