Commit Graph

59 Commits

Author SHA1 Message Date
mathieudutour bcb832838e check in prod dependencies 2020-09-17 18:30:08 +02:00
Mathieu Dutour c5a62eade8
Merge pull request #31 from mathieudutour/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-14 08:31:52 +02:00
Mathieu Dutour 5a7ee2645a
custom_tag not required 2020-09-14 08:31:42 +02:00
dependabot[bot] dcaf34722b
Bump node-fetch from 2.6.0 to 2.6.1
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-12 09:58:30 +00:00
Mathieu Dutour 247b5405c2
Merge pull request #29 from bissim/master
Introduce 'custom_tag' input
2020-09-08 13:31:19 +02:00
Simone B 5e9c060b75 Update README.md
Fix typo in 'custom_tag' description.
2020-09-06 10:21:28 +00:00
Simone B 6f346ca75f Update README.md
Define 'custom_tag' input according to 0f551ad
2020-09-06 10:19:52 +00:00
Simone B e4ab737554 Introduce 'custom_tag' input
Inspired by commit 0f551ad of laputansoft/github-tag_action fork.

In action.yml:
  - Define inputs.custom_tag with no default

In main.ts run() function:
  - Define a 'customTag' variable which value is extracted from input.custom_tag
  - Define 'newVersion' variable value according to whether 'customTag' variable has a value or not
2020-09-06 10:18:27 +00:00
Mathieu Dutour 32d5841de6
Merge pull request #24 from mathieudutour/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-18 18:56:42 +02:00
dependabot[bot] f80379c935
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 16:36:50 +00:00
Mathieu Dutour 335dc07cbc
Merge pull request #20 from sebbacon/fetch-all-history
docs: arguments required to work with latest `actions/checkout`
2020-07-07 13:10:24 +02:00
Seb Bacon a845af27dd docs: arguments required to work with latest `actions/checkout` 2020-07-07 12:03:53 +01:00
Mathieu Dutour 357d900cbc
Merge pull request #19 from alexesprit/replace-github
Replace "Github" with "GitHub"
2020-06-26 19:33:29 +02:00
alexesprit b246e02acc Replace "Github" with "GitHub" 2020-06-26 19:48:20 +03:00
mathieudutour 378af747dd fix when data is empty 2020-05-27 18:35:14 +02:00
mathieudutour 0b57d04197 get commit hash as well 2020-05-27 18:18:53 +02:00
mathieudutour 1ba75e94d8 add a `false` option for default_bump 2020-05-27 15:30:18 +02:00
mathieudutour f498350328 v4.3 2020-05-27 15:21:27 +02:00
mathieudutour fcbdb4900a update readme 2020-05-27 15:10:23 +02:00
mathieudutour 9862d97046 v4.2 2020-05-07 16:45:13 +02:00
mathieudutour 0c680c5a9f update deps 2020-05-07 16:44:48 +02:00
Mathieu Dutour 5b82560611
Merge pull request #13 from dragonraid/master 2020-05-07 16:30:57 +02:00
Mathieu Dutour 29406317d5
Merge pull request #12 from hennejg/bugfix/#11_evaluate_dryRun_as_boolean 2020-05-07 16:08:10 +02:00
dragonraid 3093d7874d Always set previous_tag output 2020-05-07 13:42:36 +02:00
Jörg Henne 37d688c7f5 fix: evaluation of dryRun as boolean 2020-05-07 13:06:08 +02:00
Mathieu Dutour 61723be3c9
Merge pull request #10 from ssoerensen/master
Added dry_run option
2020-03-28 21:01:05 +01:00
Steffen F. Qvistgaard dbe810aa0a Added dry_run option 2020-03-28 20:22:44 +01:00
Mathieu Dutour 8a2b37b15b wait for changelog 2020-02-25 12:52:52 +01:00
Mathieu Dutour e33b12f4b0 don't create tag if already exists 2020-02-25 11:27:21 +01:00
Mathieu Dutour 84a0a2a774 update lock file 2020-02-24 19:20:48 +01:00
Mathieu Dutour db3f178993 add changelog output 2020-02-24 18:55:02 +01:00
Mathieu Dutour eaba27db28 v3.1.0 2020-02-24 12:12:35 +01:00
Mathieu Dutour 466c73e94c v0.3.1 2020-02-24 12:12:16 +01:00
Mathieu Dutour 76537e6a66 for some reason there is a ' at the beginning 2020-02-24 12:05:52 +01:00
Mathieu Dutour 575d299bec use console because we need string substitution 2020-02-13 20:39:36 +01:00
Mathieu Dutour 83c4cf4236 make sure to trim the commit messages 2020-02-13 17:07:09 +01:00
mathieudutour 00d74c7984 get latest tag
fix #4
2020-01-13 10:35:30 +01:00
mathieudutour 1308fda634 fetch tags before looking for them
in case tags were created outside this action (see #5)
2020-01-13 10:34:57 +01:00
mathieudutour 861ef9e87f add new_version output 2020-01-10 17:29:30 +01:00
Mathieu Dutour d6742e8d44
add annotated tag support (#3)
add annotated tag support
2020-01-08 20:40:29 +01:00
Shane Schmaltz 891051c8d8
Fix annotated tag check
Co-Authored-By: Mathieu Dutour <mathieu@dutour.me>
2020-01-08 12:33:36 -07:00
Shane 5a380ff488 add annotated tag support and update docs to reference new version 2020-01-07 14:48:44 -07:00
mathieudutour 7c5c50eb39 update package-lock 2020-01-06 16:35:37 +01:00
mathieudutour 5308ace8c4 v0.2.0 2020-01-06 16:33:51 +01:00
mathieudutour 085ca3ed37 use semantic-release to get the bump 2020-01-06 16:33:39 +01:00
Mathieu Dutour f6b1bf32ae add previous_tag output 2019-11-28 11:58:17 +01:00
Mathieu Dutour ed5ada44f8 fix syntax highlight 2019-10-31 12:02:20 -07:00
Mathieu Dutour 54afd1e9a8 fix typo 2019-10-31 11:59:05 -07:00
Mathieu Dutour f87f1caeca fix typo 2019-10-31 11:58:23 -07:00
Mathieu Dutour e05737e474 fix typo 2019-10-31 11:53:07 -07:00