Releases: ButlerLogic/action-autotag
Releases · ButlerLogic/action-autotag
v1.1.4
Full Changelog: 1.1.3...1.1.4
v1.1.3
What's Changed
- Add dry_run option by @bana118 in #26
- feat: restrict version to tag by @tpluscode in #22
- Bump @actions/core from 1.2.5 to 1.9.1 in /app by @dependabot in #32
- Bump node-fetch from 2.6.1 to 2.6.7 in /app by @dependabot in #31
- [Bugfix] GIT tag message was not populated by @maximilianmeier in #27
- Fix placement of GITHUB_TOKEN in README.md examples by @theclive in #24
- Change uses to env in readme by @samrobbins85 in #38
- cleanup in prep for v2 by @coreybutler in #41
New Contributors
- @bana118 made their first contribution in #26
- @tpluscode made their first contribution in #22
- @maximilianmeier made their first contribution in #27
- @theclive made their first contribution in #24
- @samrobbins85 made their first contribution in #38
Full Changelog: 1.1.2...1.1.3
v1.1.2
Added support for named groups when using the regex pattern.
1.1.1
This update provides previously missing support for semver build and prerelease attributes.
1.1.0
This release was refactored using ES Modules, running on Node.js 13+ via Docker.
Several new configurations and outputs have been made available (see README).
- Added Dockerfile support.
- Added standard Regex support.
- Added templating for commit messages (per user request).
1.0.2
Now includes inputs and outputs for finer control over the tag name and messages.
1.0.1
Updated to work with the new Github Actions YAML syntax.
1.0.0
This new release (under a new repo) provides an updated autotagging experience that works with Github Actions YAML configurations.