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
Automated Version Bump
fce931e5e4
ci: version bump to v8.0.8
2020-10-09 17:26:47 +00:00
Phil
b67fbc3a70
Merge pull request #47 from alehechka/master
...
Customizable RC and Patch wording to new bump versions
2020-10-09 19:25:53 +02:00
Phil
260e876533
Update README.md
2020-10-09 19:25:21 +02:00
alehechka
35e0718db4
Adding patch and rc param options
2020-10-09 11:55:11 -05:00
Automated Version Bump
34717e9d77
ci: version bump to v8.0.7
2020-10-06 20:15:40 +00:00
Phil
79cd3bd5ee
Merge pull request #44 from gmaggiodev/master
...
Support for prerelease and --preId
2020-10-06 22:14:47 +02:00
Phil
741165fce4
use const instead of let
2020-10-06 21:50:00 +02:00
gmaggiodev
07e8645be0
support for preId
2020-10-06 18:26:53 +02:00
gmaggiodev
e18d844842
support for preId
2020-10-06 18:10:02 +02:00
gmaggiodev
fcbd2a1268
support for preId
2020-10-06 17:50:52 +02:00
gmaggiodev
c4c54e048a
added prerelease support
2020-10-06 17:19:47 +02:00