Commit graph

62 commits

Author SHA1 Message Date
Vagharshak Baghdasaryan
f7223f562e dummy commit 4 MAJOR-go MAJOR-ts 2025-06-10 16:17:33 +02:00
Vagharshak Baghdasaryan
82d95f26f4 WIP 2025-06-10 15:26:39 +02:00
Vagharshak Baghdasaryan
62cc2d5a6e WIP 2025-06-10 15:20:16 +02:00
Vagharshak Baghdasaryan
bef7d40703 WIP 2025-06-10 15:00:01 +02:00
Paul Hatcherian
a8f8f59fd7 Update node/package versions (MINOR) 2024-01-31 06:52:08 -06:00
Paul Hatcherian
8d3552d384 Can't default to GITHUB_REF_NAME during testing 2023-09-30 09:27:44 -04:00
Paul Hatcherian
fce0e75dfd Update dist 2023-09-30 05:52:00 -04:00
Paul Hatcherian
ec20cad99a Ignore non-version branches, reset diagnostics between tests 2023-09-30 04:51:49 -04:00
Paul Hatcherian
cfbfddabdd Fix for bump each commit not respecting prerelease mode 2023-09-27 20:36:33 -04:00
Paul Hatcherian
61963e734d Add new branch versioning (MINOR) 2023-09-27 20:17:26 -04:00
Paul Hatcherian
270924986e Update "no tags" warning to indicate if tags were found. 2023-08-26 16:21:25 -04:00
Paul Hatcherian
5f6f89c4e0 Fix for diagnostic output 2023-08-24 20:35:13 -04:00
Paul Hatcherian
d93d2fb887 Add debug/replay mode (MINOR) 2023-08-20 21:33:26 -04:00
Paul Hatcherian
9a5d07b45d Remove incorrect "reverse" on previous tags 2023-04-07 17:59:35 -10:00
Emil Kantis
e27fda7711
Adding is_tagged to outputs
Sets a flag when the current commit that the action is being run on has a tag matching the version format
2023-03-13 19:36:36 +01:00
Paul Hatcherian
ddf8faf6a4 Add "pre-release" mode (MINOR) 2023-01-15 11:25:01 -06:00
Paul Hatcherian
8b3b8f89c6 Fix for pre-release tags on current commit 2023-01-10 17:11:54 -06:00
Paul Hatcherian
ea50fff3e4 Fix output mapping 2022-12-31 07:06:35 -06:00
Paul Hatcherian
5a79aff975 Do not limit the number of tags returned when finding previous version 2022-12-20 07:02:54 -06:00
Paul Hatcherian
02763ed6d3 Exclude pre-release tags from version consideration 2022-12-17 19:56:43 -06:00
Paul Hatcherian
ba6e71e658 Fix to provide correct previous version when the current commit is tagged. 2022-12-17 19:00:10 -06:00
Paul Hatcherian
8f634060c4 Update NPM packages 2022-11-02 07:04:47 -04:00
Paul Hatcherian
e1e99bd214 Add version type as output 2022-10-02 17:17:28 -04:00
DELMAS Nicolas
472c83c1ce Feat: support flags when using regexp 2022-09-23 15:44:55 +02:00
Paul Hatcherian
8a595f42df Bump packages 2022-08-21 22:42:39 -04:00
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