Commit graph

7 commits

Author SHA1 Message Date
Paul Hatcherian
61963e734d Add new branch versioning (MINOR) 2023-09-27 20:17:26 -04:00
Paul Hatcherian
d93d2fb887 Add debug/replay mode (MINOR) 2023-08-20 21:33:26 -04:00
Paul Hatcherian
cc7cc19f01 Add "patch pattern" support for bump each commit versioning 2023-08-09 08:55:19 -04: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
e1e99bd214 Add version type as output 2022-10-02 17:17:28 -04:00
Paul Hatcherian
2ee0b297bd Include additional metadata outputs 2022-04-04 20:52:06 -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