Commit graph

37 commits

Author SHA1 Message Date
Paul Hatcherian
ae4e812946 Support namespaces without tags. 2022-08-21 22:40:59 -04:00
Paul Hatcherian
3a712b126c Add support for using branches instead of tags 2022-04-15 13:12:45 -04:00
Paul Hatcherian
cd16d71443 Update tag resolver to use tag order instead of author date 2022-04-15 11:34:02 -04:00
Paul Hatcherian
c5231eede4 Package recent changes 2022-04-04 23:19:40 -04:00
Paul Hatcherian
31f4e3fdf0 Rewrite/refactor for v5, migrate to TypeScript (MAJOR)
Set Jest config file in package script

Include module path

Include tests in project folders

Remove index module exports

Hardcode configuration parameters

Move parameter binding into main run function

Use alias imports

Run test sequentially

Remove cleanup (async conflict)

Revert Jest option

Increase test timeout to 15 seconds
2022-04-03 20:28:28 -04:00
Paul Hatcherian
00b872db01 Bump versions 2021-09-23 08:34:33 -04:00
Paul Hatcherian
401ff16900 Update dependancies 2021-09-19 09:53:44 -04:00
Paul Hatcherian
cdc37631c1 Update dependancies 2021-05-28 15:07:36 -04:00
Paul Hatcherian
27c5676700 Allow slashes in tag prefix 2021-04-22 22:54:57 -04:00
Paul Hatcherian
ed818a75eb Fix "full tag" match pattern 2021-02-25 08:51:40 -05:00
Paul Hatcherian
01ccd0e687 Remove origin prefix from branch name 2021-02-08 20:52:41 -05:00
Paul Hatcherian
ac2e147b35 Support and default to HEAD ref for branch (MAJOR) 2021-02-06 12:35:25 -05:00
Paul Hatcherian
fccf69567f Fix logic for ignoring tag version matching 2021-01-23 00:45:20 -05:00
Paul Hatcherian
9475102a4a Support regex as major/minor match patterns 2021-01-23 00:32:35 -05:00
Paul Hatcherian
9e192e115f Preserve increment value on already tagged commits 2021-01-16 18:34:36 -05:00
Paul Hatcherian
1412b429b4 Add support to bump the version on each commit (MINOR) 2020-12-20 10:17:40 -05:00
Paul Hatcherian
959e71ff1c Add support for disabling short tags 2020-12-18 20:11:55 -05:00
Paul Hatcherian
ebcb352d0b Fix, exit when current commit tag found 2020-10-07 19:46:11 -04:00
Paul Hatcherian
b38e4671e9 Windows support, history results always use \n 2020-10-07 19:36:05 -04:00
Paul Hatcherian
5c67e25f43 Use the current tag, if present, for version 2020-10-07 18:26:03 -04:00
Paul Hatcherian
596215aec5 Use quoted matching, do not use exec's args array 2020-10-06 08:35:24 -04:00
Paul Hatcherian
2dba8dd7da Update packages 2020-10-06 08:12:35 -04:00
Paul Hatcherian
bfa36c6087 Fix change tracking when no previous tag exists 2020-09-05 08:39:02 -04:00
Paul Hatcherian
e7dede1b52 Log exec fails as info as they aren't necessarily error 2020-09-05 05:57:03 -04:00
Paul Hatcherian
917165076c Add version tag output (MINOR) 2020-09-05 05:36:03 -04:00
Paul Hatcherian
7f624e6710 Remove log output from actions 2020-09-02 08:06:13 -04:00
Paul Hatcherian
c7b61df97d Update distribution 2020-09-02 07:53:15 -04:00
Paul Hatcherian
c27e70c121 Update packages, update tests for latest runner 2020-04-11 09:13:30 -04:00
Paul Hatcherian
4f2e9fedc3 Update link branch name 2020-02-07 22:27:32 -05:00
Paul Hatcherian
bedbb2c292 Use input branch name instead of GitHub environment variable for generating release link 2020-01-25 12:16:40 -05:00
Paul Hatcherian
709e271b17 Output release link to log 2020-01-25 12:04:40 -05:00
Paul Hatcherian
c50a3c86c6 Add path change detection (MINOR) 2020-01-25 11:13:16 -05:00
Paul Hatcherian
eea73a6694 Use describe to determine last tag (MAJOR) 2019-12-24 18:30:14 -05:00
Paul Hatcherian
8af45c2a76 Allow empty tag prefix 2019-12-11 23:39:03 -05:00
Paul Hatcherian
caa92bb3e3 Fix tagged version behavior 2019-12-10 13:54:34 -05:00
Paul Hatcherian
d5ce851d69 Support short version tags; fix tests (MAJOR) 2019-12-09 22:23:58 -05:00
Paul Hatcherian
1492f3f1e2 Initial Commit 2019-12-05 20:21:29 -05:00