Commit Graph

140 Commits

Author SHA1 Message Date
Kevin Mahoney d7f1541d86
fixed it. move outside of parens 2022-11-03 17:25:26 -04:00
Kevin Mahoney 8e0393d982
what 2022-11-03 17:18:05 -04:00
Kevin Mahoney 3fdf98425b
test 2022-11-03 17:13:40 -04:00
Kevin Mahoney 447bc3508a
test 2022-11-03 17:09:33 -04:00
Phil e9bc214ba5
Merge pull request #187 from danquack/patch-1
change environment name to INPUT_PACKAGEJSON_DIR
2022-11-03 15:38:15 +01:00
Daniel Quackenbush 1568b67ba5
allow for input or environment 2022-11-03 10:29:47 -04:00
phips28 75c1d00e6e added more logs to identify #193 2022-10-27 18:12:24 +02:00
Josu Vergara Lecue e02ebb3d92
Issue 190: Use GITHUB_OUTPUT environment file to set output.
This follows the guidelines described in
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-10-27 09:10:24 +02:00
Kevin Mahoney 933159043f
fmt 2022-10-26 15:07:21 -04:00
Kevin Mahoney 279b636703
fix prerelease selection logic 2022-10-26 14:56:40 -04:00
Kevin Mahoney 51c1769211 fix version-type 2022-10-25 17:51:04 -04:00
Daniel Quackenbush 04b79be048
change environment name to INPUT_PACKAGEJSON_DIR 2022-10-14 10:32:47 -04:00
Henning Hall a4ec0e5231
exit build with error if getPackageJson fails 2022-09-07 11:12:37 +02:00
Sherif Alaa b050c52335 fix condition typo 2022-09-03 01:03:21 +02:00
Sherif Alaa 51850bb2b9 add input for overriding version type 2022-09-03 00:55:28 +02:00
phips28 ba76873ad9 fix PR#109 2022-06-28 14:06:15 +02:00
Phil bbe7090a45
Merge pull request #109 from aliberkhsl/master
refactor : solve preid issue
2022-06-28 14:05:50 +02:00
phips28 04a4ee12d8 fix #30 2022-06-28 14:02:27 +02:00
phips28 5affbc8bdf fix #166 2022-06-01 00:10:19 +02:00
phips28 9acfa402f9 more logs 2022-05-31 21:11:01 +02:00
phips28 bec16f1d5a fix #166, more logs 2022-05-31 20:53:50 +02:00
phips28 78675447a4 fix #166 2022-05-31 20:34:44 +02:00
Andrew McCloud 593e96b516
Do not check for unsupported null value
Yaml does not support null
2022-01-27 08:01:25 -08:00
Nieky Allen 5e364234b7 extend functionality with bump-policy 2022-01-13 14:25:09 -06:00
Ross Anderson ce0fadf776 Remove extraneous comment 2021-12-08 19:24:52 -08:00
Ross Anderson a4bdccbef0 Implement skip-push 2021-12-08 19:20:01 -08:00
Etienne Magnier 5687ff9bf5
added option to skip commit after a bump 2021-11-30 15:55:02 +01:00
Phil 0f4358dcdd
check preReleaseWords 2021-11-22 13:54:01 +01:00
Phil 73ae0d45d1
added check for empty `INPUT_RC-WORDING`
added check for empty `INPUT_RC-WORDING`
`const preReleaseWords = process.env['INPUT_RC-WORDING'] ? process.env['INPUT_RC-WORDING'].split(',') : [];`
2021-11-21 19:01:24 +01:00
Phil 18f362b194
Revert "Allow updating npm lockfile v2 with the new version" 2021-10-05 19:31:24 +02:00
Phil 6f0713cf70
Merge pull request #132 from havenchyk/master
Allow updating npm lockfile v2 with the new version
2021-10-05 19:25:37 +02:00
Phil e6e14ff6e4
fix env if 2021-10-05 19:24:46 +02:00
phips28 ea2279d5b3 test lockfile v2 #132 2021-10-05 19:19:01 +02:00
Uladzimir Havenchyk 4e1b9e0a2e Allow updating npm lockfile v2 with the new version 2021-10-04 22:22:01 +03:00
melody-universe 39e6945130 removed runtime dependencies 2021-08-07 18:28:27 -07:00
melody-universe 18a0f9bf50 removed actions-toolkit and added bundling 2021-08-07 16:35:03 -07:00
Kevin Mahoney 14d1980003 document 2021-07-13 15:43:33 -06:00
Kevin Mahoney c9f74f6081 make pushing optional 2021-07-13 15:38:26 -06:00
aliberkhsl f876cd4e32 refactor : solve preid issue 2021-07-07 03:33:48 +03:00
Phil 2a82d29a4f
fixed patch handling if not set 2021-07-01 22:10:38 +02:00
cmario92 09f24b3284 check if rc wording exists then stop v bump - debug 2021-07-01 21:36:01 +03:00
cmario92 01d8a68811 check if rc wording exists then stop v bump 2021-07-01 21:26:14 +03:00
cmario92 03c10b2a9d comment the logic of the action 2021-07-01 21:17:11 +03:00
mariosch 44d90648f6 Removing logs for debugging 2021-07-01 18:05:23 +03:00
mariosch 65f541cae3 Fix typos 2021-07-01 16:01:06 +03:00
mariosch cb6143c85d Attempt to fix prerelease 2021-07-01 15:53:00 +03:00
mariosch f31cb5f0ed Attempt to fix prerelease 2021-07-01 15:16:01 +03:00
mariosch 1b7321ba33 Attempt to fix prerelease 2021-07-01 14:59:19 +03:00
mariosch 1aa4623882 Attempt to fix prerelease 2021-07-01 13:27:08 +03:00
mariosch d51ed3a368 Attempt to fix prerelease 2021-07-01 13:08:46 +03:00