Commit Graph

59 Commits

Author SHA1 Message Date
7f21e483b8 provide proper default for version 2022-10-12 17:39:08 -05:00
af23f17f9f Updated outputs for dry run 2022-10-12 17:34:21 -05:00
f3094d5df2 Replaced Docker runner with node18. Removed unused actions and unnecessary files. 2022-10-12 16:32:43 -05:00
26b90b182f Update main.js 2022-10-12 12:23:41 -05:00
b13d4f3be7 Merge pull request #27 from coffeecupapp/master
[Bugfix] GIT tag message was not populated
2022-10-12 12:02:11 -05:00
4b002d3b90 Bump node-fetch from 2.6.1 to 2.6.7 in /app
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 16:52:07 +00:00
e826befa1c Merge pull request #32 from ButlerLogic/dependabot/npm_and_yarn/app/actions/core-1.9.1
Bump @actions/core from 1.2.5 to 1.9.1 in /app
2022-10-12 11:51:14 -05:00
a298a00586 Update main.js
Renamed option to be consistent with other option names (i.e. not using camelcase)
2022-10-12 11:49:34 -05:00
d4b1e8862f Update main.js 2022-10-12 11:48:09 -05:00
0160bdd0b2 Update main.js 2022-10-12 11:46:30 -05:00
36396494eb Bump @actions/core from 1.2.5 to 1.9.1 in /app
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 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-10-12 16:43:27 +00:00
bcecc8688a Merge branch 'master' into min-version-21 2022-10-12 11:42:22 -05:00
b7290ec822 fix message 2021-06-09 14:28:19 +02:00
660cf9fdb4 remove message overwrite 2021-06-09 13:53:56 +02:00
8a4f4d8b4f add dry_run option 2021-06-02 19:53:21 +09:00
666c617ea1 fix: correct comparison call 2021-02-01 11:12:31 +01:00
f558f9692c fix: ensure that versions are valid SerVer before comparing 2021-01-30 21:34:05 +01:00
2451ded74e refactor: use semver to compare versions 2021-01-30 16:19:26 +01:00
96636b210d feat: restrict version to tag 2021-01-30 16:09:56 +01:00
216b186a7a Hoisted pattern variable to make it accessible to logging messages. 2020-09-10 21:29:49 -05:00
9c0d881025 Cleaned up lock file 2020-09-10 21:24:00 -05:00
a0ae171252 Rearranged output for cleaner reporting. 2020-09-10 21:22:51 -05:00
e514b01d25 Add pattern warning. 2020-09-10 18:49:12 -05:00
a825539276 Fixed merge conflict 2020-09-10 18:40:53 -05:00
b32bd158d8 Updated version. 2020-09-10 18:40:15 -05:00
14184d492b Merge pull request #18 from ButlerLogic/dependabot/npm_and_yarn/app/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1 in /app
2020-09-10 18:33:37 -05:00
403b83cf34 Version bump 2020-09-10 18:28:20 -05:00
55e6626289 Added support for named groups when using regex pattern 2020-09-10 18:27:44 -05:00
dc8c74b89a Bump node-fetch from 2.6.0 to 2.6.1 in /app
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 18:29:45 +00:00
3c94e12b38 Added support (and outputs) for semver builds and prereleases. 2020-04-04 18:28:01 -05:00
f0d209c27a Added simplistic commit message template 2020-04-03 00:22:43 -05:00
b30eee1686 Fixed path issues in regex strategy 2020-04-02 23:38:10 -05:00
dec8dcd1af WIP 2020-04-02 23:19:41 -05:00
474294ced5 Update docker strategy 2020-04-02 23:17:44 -05:00
887f931751 Update Docker debugging. 2020-04-02 16:49:51 -05:00
f261e8be6d Fix import for Docker strategy 2020-04-02 13:58:51 -05:00
524efb95f2 Added a tagrequested output for rollback purposes. 2020-04-01 22:19:36 -05:00
4bb6d67f62 WIP 2020-04-01 14:30:35 -05:00
85976544cf WIP 2020-04-01 14:28:38 -05:00
cc392c0d67 WIP 2020-04-01 14:24:38 -05:00
db1da31a6b WIP 2020-04-01 14:13:09 -05:00
2174768f11 WIP 2020-04-01 14:09:24 -05:00
304401229a WIP 2020-04-01 14:05:59 -05:00
e9081bf57f WIP 2020-04-01 14:04:11 -05:00
3f4bae1fc4 WIP 2020-04-01 14:03:12 -05:00
f4ff848c8e WIP 2020-04-01 14:01:25 -05:00
e4e846a30d WIP 2020-04-01 13:58:16 -05:00
3e9d7a08c6 WIP 2020-04-01 13:57:18 -05:00
3bbae423ca WIP 2020-04-01 13:53:11 -05:00
cd056261ff Added appropriate defualt strategy 2020-04-01 13:51:57 -05:00