Automated Version Bump
b88976f444
ci: version bump to v8.2.10
2021-05-20 21:42:02 +00:00
phips28
7985e8de63
case: if default=prerelease, but rc-wording is also set
...
then unset it and do not run, when no rc words found in message
2021-05-20 23:41:12 +02:00
Automated Version Bump
a6841af4ed
ci: version bump to v8.2.9
2021-05-20 21:22:19 +00:00
phips28
7cd898964f
manually up to 8.2.8
2021-05-20 23:21:26 +02:00
Automated Version Bump
b3e6f73ac5
ci: version bump to v8.2.7
2021-05-20 21:20:39 +00:00
phips28
4d7a0518f1
manually up to 8.2.6
2021-05-20 23:19:49 +02:00
Automated Version Bump
a62e6442e5
ci: version bump to v8.2.5
2021-05-20 21:14:31 +00:00
phips28
6d3c7f1722
tag-prefix: v
2021-05-20 23:13:47 +02:00
Automated Version Bump
8bd72dba2f
ci: version bump to 8.2.4
2021-05-20 21:13:05 +00:00
phips28
0f5be41d67
tag-prefix default: v
...
strip v from default versioning
2021-05-20 23:12:07 +02:00
Automated Version Bump
7c3424c2d1
ci: version bump to v8.2.3
2021-05-20 20:56:02 +00:00
Phil
8d8758c76a
Merge pull request #96
...
added prettier
2021-05-20 22:55:13 +02:00
phips28
cbb34a0261
added prettier
2021-05-20 22:54:50 +02:00
Automated Version Bump
e3cde4e376
ci: version bump to v8.2.2
2021-03-16 18:32:15 +00:00
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