Commit Graph

516 Commits

Author SHA1 Message Date
Phil 26d1581db4
Merge pull request #80 from noamokman/patch-1
Fix isVersionBump detection
2021-03-16 19:31:18 +01:00
Noam Okman 3a297dd15f
Fix isVersionBump detection 2021-03-15 17:58:12 +02:00
Automated Version Bump e9e2a453a7 ci: version bump to v8.2.1 2021-03-10 10:00:20 +00:00
Phil ab52598722
Merge pull request #78 from fkrafi/bug/support-preid-for-default-with-prerelease
supported preid for default prerelease version
2021-03-10 10:59:29 +01:00
Md Fasihul Kabir ab791d324d supported preid for default prerelease version 2021-03-10 15:34:41 +06:00
Automated Version Bump 5e5a584898 ci: version bump to v8.2.0 2021-03-09 21:32:15 +00:00
Phil ebd099e22a
Merge pull request #77 from fkrafi/feature/custom_preid_support_#76
#76: added support for custom preid
2021-03-09 22:31:23 +01:00
Md Fasihul Kabir 223bf2a2d9 #76: added support for custom preid 2021-03-09 17:34:54 +06:00
Automated Version Bump 4e36804825 ci: version bump to v8.1.0 2021-03-03 21:30:33 +00:00
Phil 39eaeb11e7
Merge pull request #74 from mattanglin/feature/custom-commit-messages
Custom commit message option
2021-03-03 22:29:39 +01:00
Matt Anglin c87380f10b Fix replace to handle global version replacement 2021-03-02 17:59:38 -08:00
Matt Anglin be5fe13167 typo 2021-03-02 17:51:36 -08:00
Matt Anglin f277ac213e Allow custom commit messages for version bump 2021-03-02 13:52:52 -08:00
Automated Version Bump bbd196e988 ci: version bump to v8.0.18 2020-11-25 14:52:49 +00:00
Phil 56b044df6d
Merge pull request #67 from dkaoster/allow-separate-branch
Allow the version upgrade to be executed on a separate branch
2020-11-25 15:51:54 +01:00
Daniel Kao 1f7f2d1296
Update setting name and README 2020-11-25 22:47:18 +08:00
Daniel Kao 5d776519d3
Allow the version upgrade to be executed on a separate branch 2020-11-25 12:15:10 +08:00
Automated Version Bump 60351cdb6f ci: version bump to v8.0.17 2020-11-18 05:49:10 +00:00
Phil f0f88bf408
Merge pull request #66 from noslouch/patch-1
FIX: patch version bumps
2020-11-18 06:48:18 +01:00
Brian Whitton 50c6ef5400
FIX: patch version bumps
#64 identified the issue, but the problem persists. From what I can tell, the value of `process.env['INPUT_PATCH-WORDING']` is the empty string, which returns `['']` when `.split(',')` is called.

so then in the conditional, `patchWords === ['']`, which evaluates to true and causes the version to be nulled out.
2020-11-17 18:06:05 -05:00
Automated Version Bump dfa1a30b75 ci: version bump to v8.0.16 2020-11-17 18:08:39 +00:00
Phil 27670d773a
Merge pull request #64 from johanlajili/patch-1
Fix: Action was not default to patch anymore
2020-11-17 19:07:38 +01:00
Johan LAJILI 1742335df7
Fix not default to patch anymore
Hi, I'm using the last version of this github action and it doesn't resolve to patch anymore, it says
```
Couldn't find any commits in this event, incrementing patch version...
messages: []
✔  success   No version keywords found, skipping bump.
```
I believe this is because patchWords is an empty array, which then makes it enter the condition line 54, and since it's written negatively version will be set to null.

I don't really understand why patchWords is an empty array, but I'm guessing `process.env['INPUT_PATCH-WORDING']` results in an empty string. (if that wasn't the case it would crash line 31 saying `cannot read property split of undefined`).
2020-11-17 17:24:16 +00:00
Automated Version Bump c8d9213c26 ci: version bump to v8.0.15 2020-11-16 19:27:31 +00:00
Phil 172d43f157
Merge pull request #63 from phips28/add-output-tag
add-output-tag
2020-11-16 20:26:38 +01:00
phips28 4a6678f279 reformat 2020-11-16 20:26:17 +01:00
phips28 f89fbceca4 reformat 2020-11-16 20:25:09 +01:00
Phil f662615664
Merge pull request #61 from falko189/add-output-tag
Added output of the tag to the action
2020-11-16 20:24:04 +01:00
falko189 0bba404bec
Added output of the tag to the action 2020-11-16 16:24:15 +00:00
Automated Version Bump 1b71093a0a ci: version bump to v8.0.14 2020-10-24 19:45:57 +00:00
Phil f15eec7d08
Merge pull request #56 from bootsie123/master
Update documentation
2020-10-24 21:45:08 +02:00
bootsie123 f95666a03c
Update README.md 2020-10-24 13:03:19 -04:00
bootsie123 9b99ef1eda
Update README.md 2020-10-24 13:02:53 -04:00
Automated Version Bump 96170f1c96 ci: version bump to v8.0.13 2020-10-23 13:10:10 +00:00
Phil e178d75a78
Merge pull request #55 from bootsie123/master
fix: default version bump
2020-10-23 15:09:14 +02:00
bootsie123 670977ccf7
Update index.js 2020-10-23 08:54:23 -04:00
bootsie123 0ea4e75805
Update action.yml 2020-10-23 08:54:06 -04:00
Automated Version Bump 65ec31050f ci: version bump to v8.0.12 2020-10-23 11:46:48 +00:00
Phil f3338b7c30
Merge pull request #54 from phips28/phips28-patch-1
revert Dockerfile changes
2020-10-23 13:45:54 +02:00
Phil 57a6265c6b
revert Dockerfile changes 2020-10-23 13:45:37 +02:00
Automated Version Bump bfae26a1b2 ci: version bump to v8.0.11 2020-10-23 07:27:03 +00:00
Phil 32df3182d2
Merge pull request #51 from bootsie123/patch-1
Support for changing the default version bump
2020-10-23 09:25:53 +02:00
Automated Version Bump b435141193 ci: version bump to v8.0.10 2020-10-23 06:53:40 +00:00
Phil 89c35c230f
Merge pull request #52 from stephanrotolante/fix/docker-image
fix: use slim 14.14 image
2020-10-23 08:52:36 +02:00
stephanrotolante a350e471f8 fix: use slim 14.14 image 2020-10-22 19:40:19 -04:00
bootsie123 c38bf930cc
Update README.md 2020-10-22 16:29:43 -04:00
bootsie123 ca5a78cf0b
Update index.js 2020-10-22 16:26:28 -04:00
Automated Version Bump 9ba6a08db8 ci: version bump to v8.0.9 2020-10-19 12:43:05 +00:00
Phil 7a69b980d2
Merge pull request #49 from fafeichter/issue-48
version bump is not pushed when tag should not pushed
2020-10-19 14:42:03 +02:00
Fabian Feichter 2882775f78 version bump is not pushed when tag should not pushed 2020-10-19 11:05:25 +02:00