Commit graph

101 commits

Author SHA1 Message Date
dependabot[bot]
d6c2234f5f
Bump @actions/core from 1.6.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:54:16 +00: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
0e3d4652d7 Update readme for v5 2022-04-07 20:31:01 -04:00
Paul Hatcherian
c5231eede4 Package recent changes 2022-04-04 23:19:40 -04:00
Paul Hatcherian
dbd6d82818 Use v16 compatible version of @types/node 2022-04-04 23:17:26 -04:00
Paul Hatcherian
2ee0b297bd Include additional metadata outputs 2022-04-04 20:52:06 -04:00
Paul Hatcherian
0c47e4e106 Update documentation for v5 2022-04-03 22:04:42 -04:00
Paul Hatcherian
d508520389
Merge pull request #46 from PaulHatch/feature/v5
Rewrite/refactor for v5, migrate to TypeScript (MAJOR)
2022-04-03 20:54:22 -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
3d2ea28b25
Merge pull request #39 from teofilomonteiro/patch-1
Log the version with user format and namespace
2021-10-29 08:32:27 -04:00
Teofilo Monteiro
dc8f0c5755
Update unit tests 2021-10-29 08:35:41 +02:00
Teofilo Monteiro
2c7f4b8ddd
Log the version with user format and namespace 2021-10-13 10:00:35 +02: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
17c60feff5 Update readme 2021-09-06 18:19:58 -04:00
Paul Hatcherian
cdc37631c1 Update dependancies 2021-05-28 15:07:36 -04:00
Paul Hatcherian
2c0a2e32a8 Add some clarifications to readme 2021-05-06 08:27:11 -04:00
Paul Hatcherian
dfbf3dfcfb Bump version in readme 2021-04-23 18:01:58 -04:00
Paul Hatcherian
27c5676700 Allow slashes in tag prefix 2021-04-22 22:54:57 -04:00
Paul Hatcherian
8e99275875 Bump version in readme 2021-03-13 10:21:22 -05:00
Paul Hatcherian
e244f82296
Merge pull request #26 from tonyhallett/patch-1
Update uses to latest version that fixed bug
2021-03-11 08:59:02 -05:00
Tony Hallett
57b16efd19
Update to uses 2021-03-10 19:15:02 +00:00
Paul Hatcherian
ed818a75eb Fix "full tag" match pattern 2021-02-25 08:51:40 -05:00
Paul Hatcherian
d061f3fb0e Update readme for v4 2021-02-13 12:33:02 -05:00
Paul Hatcherian
1afa8eb537
Merge pull request #21 from PaulHatch/feature/HeadRef
Support and default to HEAD ref for branch (MAJOR)
2021-02-08 22:08:31 -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
2909e6bd51
Merge pull request #19 from dannysauer/fix_tag_namespace
Add namespace to tag version output
2021-01-28 17:26:18 -05:00
Danny Sauer
63597febc6
Add namespace to tag version output 2021-01-28 15:30:18 -06:00
Paul Hatcherian
6e48779949
Merge pull request #18 from dannysauer/patch-1
Clarify namespace for new user
2021-01-25 19:08:23 -05:00
Danny Sauer
13e0565bfd
Clarify namespace for new user
It took a bit to figure out how namespace works.  This minor addition helps me with clarification; feel free to disagree with that opinion. :D
2021-01-25 17:09:13 -06:00
Paul Hatcherian
12cce3bff2 Update readme format/wording 2021-01-23 07:28:04 -05:00
Paul Hatcherian
c81b8f3498 Update documentation 2021-01-23 07:08:00 -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
fada5c116a Set background on SVGs 2020-12-28 18:23:17 -05:00
Paul Hatcherian
0de6177951 Update dependencies 2020-12-27 20:06:43 -05:00
Paul Hatcherian
439a68181d Update readme to indicate latest release 2020-12-20 10:36:40 -05:00
Paul Hatcherian
0c009e37e1
Merge pull request #13 from PaulHatch/feature/bump-commit
Add support to bump the version on each commit (MINOR)
2020-12-20 10:25:10 -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
80758ecbf6
Merge pull request #11 from PaulHatch/feature/short-flag
Add support for disabling short tags
2020-12-20 10:12:16 -05:00
Paul Hatcherian
959e71ff1c Add support for disabling short tags 2020-12-18 20:11:55 -05:00
Paul Hatcherian
32d6426aef Minor documentation updates 2020-12-15 20:48:17 -05:00
Paul Hatcherian
bd43de5619 Remove old parameter from documentation 2020-11-28 11:30:41 -05:00
Paul Hatcherian
316dd04102 Clean up readme wording 2020-11-28 11:28:22 -05:00
Paul Hatcherian
8430b15d4c Readme updates 2020-11-28 11:17:28 -05:00
Paul Hatcherian
b75f063d41 Fix graph 2020-11-25 15:31:09 -05:00
Paul Hatcherian
06e32738a3 Add overview to documentation 2020-11-25 15:30:00 -05:00