Commit Graph

204 Commits

Author SHA1 Message Date
Corey Butler
4291917c46
cleanup in prep for v2 2023-03-30 21:07:57 -05:00
Corey Butler
c3786d6170
Initial attempt to move to octokit 2023-03-29 00:37:38 -05:00
Corey Butler
fd7a76b09c
Merge pull request #38 from samrobbins85/patch-1
Change uses to env in readme
2023-03-28 22:50:32 -05:00
Sam Robbins
a35fa831ca
Update README.md 2023-01-22 20:15:04 +00:00
Corey Butler
8bc1ad456d
Documented manual strategy 2022-10-14 12:33:30 -05:00
Corey Butler
bdc6f83c6d
Only import what is necessary 2022-10-14 12:10:47 -05:00
Corey Butler
2bde77fdf0
Updated inline docs 2022-10-14 11:28:34 -05:00
Corey Butler
3deae16629
Added manual strategy (derived when version is supplied) 2022-10-14 11:22:56 -05:00
Corey Butler
831d83bc9c
Updated Dockerfile with valid test values 2022-10-12 20:54:49 -05:00
Corey Butler
3a8a42e855
Added test assets for Docker strategy 2022-10-12 20:52:57 -05:00
Corey Butler
bacfccaa39
Refactored to use esbuild 2022-10-12 20:49:37 -05:00
Corey Butler
a4acf0cff0
Updated node_modules 2022-10-12 20:31:15 -05:00
Corey Butler
291df1cd55
Add composer strategy 2022-10-12 19:06:35 -05:00
Corey Butler
60cba6dc82
Move some warnings to notices/info to prevent bloated output 2022-10-12 18:52:57 -05:00
Corey Butler
27ab11ba80
Allow hard-coded version, falling back to common strategies 2022-10-12 18:42:16 -05:00
Corey Butler
d7f8331859
Revert dry_run to using standard core.getInput 2022-10-12 18:34:58 -05:00
Corey Butler
89de29acfd
additional debugging 2022-10-12 18:31:39 -05:00
Corey Butler
26c5885fce
Updated dry_run to use boolean value. Updated @actions/core to support new setOutput command. 2022-10-12 17:48:45 -05:00
Corey Butler
7f21e483b8
provide proper default for version 2022-10-12 17:39:08 -05:00
Corey Butler
af23f17f9f
Updated outputs for dry run 2022-10-12 17:34:21 -05:00
Corey Butler
84b83ee52e
Updated action.yml in attempt to refresh the cache 2022-10-12 16:43:07 -05:00
Corey Butler
3c7b6224e8
Renamed minVersion to min_version to remain consistent with syntax of other options. 2022-10-12 16:39:39 -05:00
Corey Butler
93dacd181d
Fixed action attribute for Node runner 2022-10-12 16:37:03 -05:00
Corey Butler
c0360d1526
Downgrade node to v16 (v18 not yet supported on Github) 2022-10-12 16:35:53 -05:00
Corey Butler
f3094d5df2
Replaced Docker runner with node18. Removed unused actions and unnecessary files. 2022-10-12 16:32:43 -05:00
Corey Butler
26b90b182f
Update main.js 2022-10-12 12:23:41 -05:00
Corey Butler
9b97cee239
Merge pull request #24 from theclive/patch-1
Fix placement of GITHUB_TOKEN in README.md examples
2022-10-12 12:11:25 -05:00
Corey Butler
b13d4f3be7
Merge pull request #27 from coffeecupapp/master
[Bugfix] GIT tag message was not populated
2022-10-12 12:02:11 -05:00
Corey Butler
f691730409
Merge pull request #31 from ButlerLogic/dependabot/npm_and_yarn/app/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7 in /app
2022-10-12 11:52:17 -05:00
dependabot[bot]
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
Corey Butler
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
Corey Butler
8d217a7363
Update README.md 2022-10-12 11:50:38 -05:00
Corey Butler
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
Corey Butler
d4b1e8862f
Update main.js 2022-10-12 11:48:09 -05:00
Corey Butler
0160bdd0b2
Update main.js 2022-10-12 11:46:30 -05:00
Corey Butler
4ed1047ea6
Update README.md 2022-10-12 11:45:15 -05:00
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