Commit graph

130 commits

Author SHA1 Message Date
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
346a6f2b12 Update dependencies 2023-01-08 09:14:33 -06:00
Paul Hatcherian
a951df0155 Fix input parameter name 2023-01-07 12:13:47 -06:00
Paul Hatcherian
6e136d69ea
Update readme.md 2022-12-31 07:12:58 -06:00
Paul Hatcherian
ea50fff3e4 Fix output mapping 2022-12-31 07:06:35 -06:00
Paul Hatcherian
d160cb59d5
Update readme.md 2022-12-30 21:04:27 -06:00
Paul Hatcherian
999339635f Escpae prefix and namespace when creating regex 2022-12-27 21:34:15 -06:00
Paul Hatcherian
0b58042494 Fix for regex filter using unescaped '.' 2022-12-26 23:49:27 -06:00
Paul Hatcherian
2fa33887a3
Merge pull request #77 from bwestover/patch-1
Update Docs with new input name
2022-12-23 12:54:46 -06:00
Paul Hatcherian
5447a3c144 Add syntax highlighting 2022-12-23 12:50:42 -06:00
Paul Hatcherian
124679ea79 Always use master as branch name in tests 2022-12-23 12:44:02 -06:00
Paul Hatcherian
87f3035988 Add contributing.md 2022-12-23 12:42:32 -06:00
Brett Westover
c7f5a74370
Update Docs with new input name 2022-12-23 10:14:01 -08:00
Paul Hatcherian
5003ad4622 Add test for namespaces containing a slash 2022-12-22 21:21:21 -06:00
Paul Hatcherian
4142d3bfe6 Documentation updates 2022-12-22 21:18:16 -06:00
Paul Hatcherian
74fca7fef9
Bump version references to 5.0.0 2022-12-21 22:41:39 -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
92bc0a8ba4 Add test coverage for previous_commit output 2022-12-16 06:15:48 -06:00
Paul Hatcherian
d2341fffbc
Merge pull request #67 from dusda/set-output-fix
Fixes set-output deprecation warnings in logs
2022-11-02 07:39:36 -04:00
Paul Hatcherian
239974c98c Bump checkout action version 2022-11-02 07:17:14 -04:00
Paul Hatcherian
8f634060c4 Update NPM packages 2022-11-02 07:04:47 -04:00
Dustin Dahl
fc2c04be5c Updates actions/core to 1.10.0. 2022-10-27 14:17:27 -06:00
Paul Hatcherian
e1e99bd214 Add version type as output 2022-10-02 17:17:28 -04:00
Paul Hatcherian
b505a7cf06
Merge pull request #65 from colas31/supportFlags
Feat: support flags when using regexp
2022-09-23 19:59:50 -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
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