dependabot[bot]
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
Corey Butler
78029d31f5
Merge pull request #22 from tpluscode/min-version-21
...
feat: restrict version to tag
2022-10-12 11:42:38 -05:00
Corey Butler
bcecc8688a
Merge branch 'master' into min-version-21
2022-10-12 11:42:22 -05:00
Corey Butler
5992ecbad0
Merge pull request #26 from bana118/feature/dry_run
...
Add dry_run option
2022-10-12 11:29:56 -05:00
Maximillian Meier
b7290ec822
fix message
2021-06-09 14:28:19 +02:00
Maximillian Meier
660cf9fdb4
remove message overwrite
2021-06-09 13:53:56 +02:00
bana118
8a4f4d8b4f
add dry_run option
2021-06-02 19:53:21 +09:00
Clive
2423f4a4b8
Fix placement of GITHUB_TOKEN in README.md examples
...
When the GITHUB_TOKEN is specified under `with`, the following error is displayed when running the action: `Warning: Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['entryPoint', 'args', 'root', 'strategy', 'package_root', 'tag_prefix', 'tag_suffix', 'tag_message', 'commit_message_template', 'version', 'regex_pattern']`
2021-03-11 11:14:30 +02:00
Tomasz Pluskiewicz
666c617ea1
fix: correct comparison call
2021-02-01 11:12:31 +01:00
Tomasz Pluskiewicz
34ff0e619e
chore: typo
2021-01-30 21:36:10 +01:00
Tomasz Pluskiewicz
f558f9692c
fix: ensure that versions are valid SerVer before comparing
2021-01-30 21:34:05 +01:00
tpluscode
2451ded74e
refactor: use semver to compare versions
2021-01-30 16:19:26 +01:00
Tomasz Pluskiewicz
f4c706a89c
chore: typo
2021-01-30 16:10:58 +01:00
Tomasz Pluskiewicz
96636b210d
feat: restrict version to tag
2021-01-30 16:09:56 +01:00
Corey Butler
ade8d2e19b
Update example with appropriate regex
2020-09-10 22:15:14 -05:00
Corey Butler
216b186a7a
Hoisted pattern variable to make it accessible to logging messages.
2020-09-10 21:29:49 -05:00
Corey Butler
9c0d881025
Cleaned up lock file
2020-09-10 21:24:00 -05:00
Corey Butler
a0ae171252
Rearranged output for cleaner reporting.
2020-09-10 21:22:51 -05:00
Corey Butler
e514b01d25
Add pattern warning.
2020-09-10 18:49:12 -05:00
Corey Butler
a825539276
Fixed merge conflict
2020-09-10 18:40:53 -05:00
Corey Butler
b32bd158d8
Updated version.
2020-09-10 18:40:15 -05:00
Corey Butler
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
Corey Butler
403b83cf34
Version bump
2020-09-10 18:28:20 -05:00
Corey Butler
55e6626289
Added support for named groups when using regex pattern
2020-09-10 18:27:44 -05:00
Corey Butler
99d46556b4
Create regex.md
2020-09-10 15:32:19 -05:00
dependabot[bot]
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
Corey Butler
1a1170c360
Update README.md
...
Fixed broken link
2020-09-10 13:29:16 -05:00
Corey Butler
3c94e12b38
Added support (and outputs) for semver builds and prereleases.
2020-04-04 18:28:01 -05:00
Corey Butler
155e0c9674
README formatting updates
2020-04-04 12:42:31 -05:00
Corey Butler
eef262630d
Cleaned up the README.
2020-04-04 12:09:00 -05:00
Corey Butler
ccb0fd55c7
Added sponsors and merged credits.
2020-04-03 10:04:47 -05:00
Corey Butler
856ea799a9
Added sponsors
2020-04-03 10:02:39 -05:00
Corey Butler
66c7329dbf
Update README.md
2020-04-03 00:43:32 -05:00
Corey Butler
b0d41574aa
Update README.md
2020-04-03 00:42:47 -05:00
Corey Butler
c86980ec1b
Changed description to meet Github length guidelines.
2020-04-03 00:29:42 -05:00
Corey Butler
6b4b577860
Reimplemented rollback of test tags
2020-04-03 00:26:50 -05:00
Corey Butler
4421fbc599
Testing template
2020-04-03 00:25:07 -05:00
Corey Butler
3dc92cf2ce
Added test commit template
2020-04-03 00:24:07 -05:00
Corey Butler
f0d209c27a
Added simplistic commit message template
2020-04-03 00:22:43 -05:00
Corey Butler
b30eee1686
Fixed path issues in regex strategy
2020-04-02 23:38:10 -05:00
Corey Butler
dec8dcd1af
WIP
2020-04-02 23:19:41 -05:00
Corey Butler
474294ced5
Update docker strategy
2020-04-02 23:17:44 -05:00
Corey Butler
31cd8a5211
Use the alternative config for the rollback process.
2020-04-02 21:26:17 -05:00
Corey Butler
95ec889024
Update test config
2020-04-02 21:19:07 -05:00
Corey Butler
f316daf728
Rebuild action container
2020-04-02 17:51:08 -05:00
Corey Butler
2e9f255e99
Attempting to rebuild action
2020-04-02 17:41:10 -05:00
Corey Butler
1c4e61b4be
Deconstruct test suites
2020-04-02 17:34:29 -05:00
Corey Butler
f1b8052ccb
Combine test suites
2020-04-02 17:32:37 -05:00
Corey Butler
887f931751
Update Docker debugging.
2020-04-02 16:49:51 -05:00
Corey Butler
160de0dcc1
Update tests
2020-04-02 14:06:17 -05:00