Commit Graph

173 Commits

Author SHA1 Message Date
Jonathan Jayet a21ccc490d feat(tag fetching): support for more than a 100 tag at a time 2021-07-21 18:03:01 +02:00
Yann Savary 58d61ff5ab Updated README.md 2021-07-15 16:06:42 +02:00
Yann Savary aca73cf197 Added 'commit_sha' input to use this commit SHA instead GITHUB_SHA. 2021-07-15 15:41:03 +02:00
Jim Razmus II c443da5e30 fix:issue #81 - sanitize semver in branch name
PRs with branch names containing a semver break later valid'ation calls.
2021-05-06 10:49:24 -05:00
Mathieu Dutour 745081026c
add doc 2021-04-20 07:53:18 +02:00
Mathieu Dutour d02237e777
v5.5 2021-04-20 07:52:27 +02:00
Mathieu Dutour ee587589b4
Merge pull request #79 from davidolrik/return-release-type
feat: Add release_type to outputs
2021-04-20 07:50:54 +02:00
David Jack Wange Olrik c7025fccaf
feat: Add release_type to outputs
Fixes #78
2021-04-18 21:54:19 +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
Mathieu Dutour 514c51bfe1
Update action.ts 2021-04-01 15:45:42 +02:00
Mathieu Dutour 08141c4e6c
actually need ? 2021-04-01 15:37:52 +02:00
Mathieu Dutour 8fe38641cc
use mappedReleaseRules directly 2021-04-01 15:31:52 +02:00
Mathieu Dutour ddafd83108
remove unused types 2021-04-01 15:30:58 +02:00
Mathieu Dutour f1313dce02
move type in defaults 2021-04-01 15:30:07 +02:00
Mathieu Dutour ca34e578f6
clean rules parsing 2021-04-01 15:28:16 +02:00
Mathieu Dutour b0dfd30a23
reword doc 2021-04-01 15:09:16 +02:00
Mathieu Dutour 4d778776af
Merge pull request #74 from mathieudutour/dependabot/npm_and_yarn/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1
2021-03-31 11:01:55 +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 7654e2d2c4 Add unit tests 2021-03-23 20:05:55 +05:45
Kiran Koirala 85ae0059c0 Fix unit tests + Remove unwanted types 2021-03-22 00:26:38 +05:45
Kiran Koirala 2cfa3f0604 Update README 2021-03-20 22:11:06 +05:45
Kiran Koirala 413032fe57 Fix prettier issues 2021-03-20 21:54:13 +05:45
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 21f8d79d2f
Merge pull request #66 from chrisjohnson00/pr-check
fix: allow running the action on a PR
2021-03-09 08:53:59 +01:00
Chris Johnson 3cc1a97bc2 chore: PR feedback
Calls to `inc` don't need to be conditional based on if it's a PR or not since releaseType is already conditional
2021-03-08 11:09:10 -08:00
Chris Johnson c627331682 fix: allow running the action on a PR 2021-03-05 17:42:51 -08:00
Mathieu Dutour 8dc6c0deb2
Merge pull request #63 from onpointglobal/fix/62-contextualize-commits-analysis
#62 - commits analyzed repeatedly
2021-02-24 17:50:57 +01:00
Andres Pache f8a4419607 fix():Issue #62 - commits analyzed repeatedly 2021-02-24 10:31:50 -03: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