Commit Graph

174 Commits

Author SHA1 Message Date
Moritz Schmitz von Hülst 485c833698 add prettier and warning for invalid release types 2020-11-17 13:12:06 +01:00
Moritz Schmitz von Hülst 2744b2948f Merge branch 'master' of github.com:mathieudutour/github-tag-action into add-tests 2020-11-17 12:42:10 +01:00
Moritz Schmitz von Hülst 44796f5a02 add README 2020-11-13 11:55:18 +01:00
Moritz Schmitz von Hülst 158d2b0407 add custom_release_rules and more tests 2020-11-13 11:51:00 +01:00
Moritz Schmitz von Hülst 169b215c7c more tests 2020-11-13 11:09:36 +01:00
Moritz Schmitz von Hülst 79e0ea271c forgot package.json 2020-11-12 22:54:52 +01:00
Moritz Schmitz von Hülst 953789d88f more tests 2020-11-12 22:54:32 +01:00
Moritz Schmitz von Hülst c9d97025ca add some initial tests 2020-11-12 17:05:47 +01:00
Moritz Schmitz von Hülst 39fb6943f4
Improve doc (#39) 2020-11-12 10:30:38 +01:00
Mathieu Dutour 808cb0be59 let's stay on v5 2020-11-11 18:31:08 +01:00
Moritz Schmitz von Hülst bcf1629a1f
Fix issue when append_to_pre_release_tag is set (#38)
* If append_to_prerelease_tag is set it should be used as identifier to lookup the latest prerelease tag.

* 5.0.1

* small refactor
2020-11-11 18:30:29 +01:00
Mathieu Dutour a2cbb4e42e
Prereleases (#37)
Co-authored-by: Moritz Schmitz von Hülst <moritz@hauptstadtoffice.com>
2020-11-10 12:18:53 +01:00
Mathieu Dutour 23d84076bf
Merge pull request #35 from orenkl/patch-1
Update README.md
2020-10-22 14:25:39 +02:00
Oren Klichevsky 6f71c79ac5
Update README.md 2020-10-22 15:12:38 +03:00
Mathieu Dutour 4d3f3c89c4
Merge pull request #34 from mathieudutour/dependabot/npm_and_yarn/actions/core-1.2.6
Bump @actions/core from 1.2.4 to 1.2.6
2020-10-02 08:47:05 +02:00
dependabot[bot] 3c98f714e3
Bump @actions/core from 1.2.4 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6.
- [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)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 17:23:20 +00: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