Commit Graph

94 Commits

Author SHA1 Message Date
Mathieu Dutour a2505118dd check in prod dependencies 2021-02-18 10:32:45 +01:00
Mathieu Dutour 5961cf9c4d fix typo 2021-02-18 10:32:06 +01:00
Mathieu Dutour 7037405dba v5.2 2021-02-18 10:15:36 +01:00
Mathieu Dutour 2d739a69ac add previous_version output 2021-02-18 10:15:23 +01:00
Mathieu Dutour 5c83261308
Merge pull request #61 from koiralakiran1/master
Issue #54: Fix(Compare GITHUB_SHA instead of 'HEAD' to baseRef/latest tag ref)
2021-02-18 09:53:46 +01:00
Kiran Koirala 63ff928afe fix prettier error 2021-02-18 12:28:30 +05:45
Kiran Koirala 93b037fc64 Fix(Compare GITHUB_SHA instead of 'HEAD' to baseRef/latest tag ref) 2021-02-18 12:17:15 +05:45
Mathieu Dutour f9c1f5572a fix custom tag prefix 2021-01-04 11:02:35 +01:00
Mathieu Dutour 4011b0c046 try renaming files 2021-01-04 10:42:46 +01:00
Mathieu Dutour 27ff796862 fix tests 2021-01-04 10:30:49 +01:00
Mathieu Dutour c713842b07 fix more types 2021-01-04 10:21:30 +01:00
Mathieu Dutour 2abed9daf5 fix types 2021-01-04 10:05:54 +01:00
Mathieu Dutour ac7062e04c
Merge pull request #49 from mathieudutour/dependabot/npm_and_yarn/node-notifier-8.0.1
Bump node-notifier from 8.0.0 to 8.0.1
2020-12-22 12:11:47 +01:00
dependabot[bot] d2337ee650
Bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 10:21:55 +00:00
Mathieu Dutour 1db9b7fb61
Update README.md 2020-12-02 18:19:26 +01:00
Mathieu Dutour 2f68951eb2
Merge pull request #41 from boxcee/add-tests
Add some tests and custom_release_rules
2020-11-23 12:14:30 +01:00
Moritz Schmitz von Hülst d2826f6b74 I was hoping for MORE readability... 2020-11-17 13:28:47 +01:00
Moritz Schmitz von Hülst a500a890f9 consistency 2020-11-17 13:22:59 +01:00
Moritz Schmitz von Hülst a4b921efd9 mock debug and refactor mapping function 2020-11-17 13:22:00 +01:00
Moritz Schmitz von Hülst 243e30c098 ignore lib with prettier 2020-11-17 13:13:33 +01:00
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