Skip to content

Releases: Michionlion/pr-tag-release

v1.1.1

24 Apr 23:54
d50e454
Compare
Choose a tag to compare

Add PR# print for every situation

This release is a small bugfix, resolving an issue where the PR # was not printed when run in a PR build.

Auto-generated by pr-tag-release

v1.1.0

24 Apr 23:40
8577df8
Compare
Choose a tag to compare

Add Label Notification feature

This PR is a feature update, which fixes issue #16.

Auto-generated by pr-tag-release

v1.0.2

06 Apr 10:25
bb8db22
Compare
Choose a tag to compare

Fix draft/pre-release bug

This release is a small bugfix; the draft regex was being applied to the pre-release option, and vice versa. This release fixes that.

Auto-generated by pr-tag-release

v1.0.1

06 Apr 10:19
7cbaac3
Compare
Choose a tag to compare

Fix ordering bug and failed release

This release is a small change -- well, a few actually. First, the PR description is now printed before determining what type of change it is. Second, the default regular expression for patch versions was updated. Lastly, the example Travis CI configuration from README.md was added to our actual .travis.yml.

Auto-generated by pr-tag-release

v1.0.0

06 Apr 10:00
abbcb58
Compare
Choose a tag to compare

Add documentation and implementation

This release is a major update -- the first, actually.

PR Tag Release is a tool that can automatically create releases and increment semantically versioned tags by reading PR descriptions. For instance, that sentence above? It signals to the script that this PR description should actually be the release description of a major version update -- v1.0.0.
The various regular expressions that determine which version a particular description falls under (or if it falls under any) are completely user configurable, by changing environment variables.

All of this is detailed in the README.md included in the repository. An example .travis.yml for uploading files to the created releases is also given; while we depend on Travis for some convenience environmental variables, it would be easy to adapt this tool for any build environment.

If you have any questions, feel free to contact the maintainer, @Michionlion!

Auto-generated by pr-tag-release