Commit Graph

43 Commits

Author SHA1 Message Date
dependabot[bot] 5bd9038fd1
Bump minimatch from 3.0.4 to 3.1.2 (#162)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 17:27:02 +01:00
dependabot[bot] 664437484d
Bump json5 from 2.1.3 to 2.2.3 (#161)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 17:25:57 +01:00
mathieudutour dbd80d2e9d
version 6.1 2022-10-26 11:00:15 +02:00
Yuki Okushi 923acce875
Update `@actions/core` to v1.10.0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-10-14 11:46:39 +09:00
dependabot[bot] 8bee2b2289
Bump @actions/core from 1.6.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 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-08-18 19:17:35 +00:00
dependabot[bot] 15886d3d8c
Bump node-fetch from 2.6.1 to 2.6.7
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-04-12 09:50:07 +00:00
dependabot[bot] 672968b48d
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 19:34:53 +00:00
Mathieu Dutour 4cf1d6f51d
fix assignment 2021-11-17 12:15:07 +01:00
Mathieu Dutour 917867a4e1
prepare version 6.0 2021-11-16 19:14:05 +01:00
Mathieu Dutour 6f05ce192f
update deps 2021-11-16 19:07:40 +01:00
Jon Erickson 8614426b27 Updated action to include default_prerelease_bump to separate out options. 2021-10-29 20:34:06 -07:00
Mathieu Dutour f5c2b1475c
v5.6 2021-07-22 17:05:38 +02:00
Mathieu Dutour d02237e777
v5.5 2021-04-20 07:52:27 +02:00
Mathieu Dutour 77da7030b0 v5.4 2021-04-01 15:48:39 +02:00
Mathieu Dutour 60e1f8df56
Merge pull request #69 from koiralakiran1/custom-release-rule-changelog
Feat: Support Custom Changelog rules
2021-04-01 15:46:35 +02:00
dependabot[bot] e0a61d83b2
Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 04:43:02 +00:00
Kiran Koirala 4b936d9f59 Custom Release rule changelog 2021-03-20 21:37:58 +05:45
Mathieu Dutour 87322e4eff v5.3 2021-03-09 08:56:35 +01:00
Mathieu Dutour 5961cf9c4d fix typo 2021-02-18 10:32:06 +01:00
Mathieu Dutour 27ff796862 fix tests 2021-01-04 10:30:49 +01:00
Mathieu Dutour 2abed9daf5 fix types 2021-01-04 10:05:54 +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
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 c9d97025ca add some initial tests 2020-11-12 17:05:47 +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
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
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
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
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 fcbdb4900a update readme 2020-05-27 15:10:23 +02:00
mathieudutour 0c680c5a9f update deps 2020-05-07 16:44:48 +02: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
mathieudutour 861ef9e87f add new_version output 2020-01-10 17:29:30 +01:00
mathieudutour 7c5c50eb39 update package-lock 2020-01-06 16:35:37 +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 12a73e540d fix action 2019-10-31 11:12:11 -07:00
Mathieu Dutour 8d6e41caf3 first commit 🎉 2019-10-31 10:36:53 -07:00