Charles Lehnert
a858fade68
feat: Add 'infile' option
2023-06-16 18:23:59 -04:00
Tycho Bokdam
b97c1606dc
Merge pull request #189 from cdotyone/releases/v3
...
feat: add skip-tag to skip tagging a release
2022-11-29 07:29:31 +01:00
Patrick Dreker
ecddc26229
fix: simplify logic fallback version logic, remove default from action.yaml
2022-11-23 14:56:33 +01:00
cdotyab
22e862a0ab
feat: add skip-tag to skip tagging a release
2022-11-17 14:07:56 -06:00
Tycho Bokdam
4d61805bb7
Merge pull request #186 from DevScyu/feature/pre-release
...
feat: Add pre-release support
2022-11-02 12:52:47 +01:00
Tycho Bokdam
08c1b1237b
feat: Update action to node 16
2022-11-01 11:23:01 +01:00
Scyu_
14cc315abe
feat: Add pre-release support
2022-10-28 22:50:46 +01:00
AlmogBaku
96b4f2ca99
feat: Add `git-path` option
...
`git-path` acts as a path filter for the logs. If set, only commits that match the path filter will be considered. By default, we won't use this feature(empty string).
closes #178
2022-09-19 21:27:10 +03:00
Diego Henrique Pagani
2a7cc0e9fb
feat: add option to customize the pushed branch
2022-05-31 15:18:22 -03:00
Tycho Bokdam
38e51f47d7
feat: Added `create-summary` option that adds the changelog as Action summary
2022-05-27 16:04:38 +02:00
Tycho Bokdam
97921d5c4a
Merge branch 'releases/v3' into add-support-for-private-repo
2022-05-26 07:22:42 +02:00
Asger Jensen
a0bcde8dcf
feat: add [skip ci] by default to commit message
...
This is useful when you are working on an organizational
repository where you are passing in a custom admin token
as any pushes with this token, will cause a new build to be
scheduled.
This adds the [skip ci] instruction by default.
With an option to supress it
2022-05-24 17:03:45 +02:00
Asheesh Dwivedi
ad0652f7a2
chore:add-support-for-private-repo
2022-03-26 22:11:03 -04:00
Carlos Meza
d1907daae2
feat: use default GitHub token as default token
2022-01-03 12:08:07 -08:00
apr-1985
5ff4cb3443
feat:Allow skipping of the Git pull before tagging
2021-11-12 08:41:31 +00:00
Tycho Bokdam
8977e6168a
fix: Redeploy with src/action again
2021-10-05 23:58:16 +02:00
Tycho Bokdam
5352e855d4
feat!: Stop using node_modules
2021-10-05 23:09:19 +02:00
Tycho Bokdam
59e945ea47
refactor: Use compiled index.js instead of node_modules
2021-10-05 22:29:00 +02:00
Tycho Bokdam
9b90fb3eea
feat: Added `git-push` option to skip pushing git changes
2021-10-05 21:38:24 +02:00
Carlos Meza
c82c3a1b1d
feat: use same permissions used at repo checkout
...
closes #115
2021-09-28 12:14:17 -06:00
Tycho Bokdam
7c35f3c286
fix: Fixed silent git errors #74
2020-12-14 22:57:38 +01:00
Egor Kurnev
8f6aa1969f
feat: Allow to specify custom tags which override auto generated ones
2020-12-14 18:09:04 +03:00
Janno Rothfos
f0fabf6d88
feat: Allow to specify a config file
2020-08-13 10:28:15 +02:00
Jayrgo
9a324dbd51
fix: Show info if the version couldn't be detected
2020-08-11 20:02:59 +02:00
Jayrgo
63d0e46a0b
feat: Add fallback version
2020-08-09 12:37:03 +02:00
Andrés Mata Suárez
3ba65fd7f7
feat: Added support for comma-separated version files
2020-07-31 16:06:14 -03:00
Viktor Kuroljov
0aa82ce2ad
feat: Add pre-commit script file (hook)
...
The idea is to have a way for users to be able to manipulate their repositories
in different ways right before the git-add-git-commit phase. Might be useful in a
lot of different ways: updating arbitrary files that are not directly related to
the package version, but need to have an information about the next version and
being commited before the said version released; or running some chores right
before the commit: including updating docs, dependencies, running scripts, etc.
2020-07-13 14:20:44 +03:00
Tycho Bokdam
f4bda96138
refactor: Updated JSON versioning
2020-07-01 19:05:52 +02:00
Tycho Bokdam
d022b0d7e9
feat: Added version-file, version-path, skip-version-file options
...
package-json is renamed to version-file to be more generic so we can support other formats
version-path is the location of the string version
skip-version-file is a option to prevent updating the version file
2020-06-28 20:23:58 +02:00
Tycho Bokdam
3eab2417f9
feat: Added skip commit and skip tag
...
When skip commit is enabled no new commit will be created, when skip tag is enabled no new tag will be created
2020-06-28 20:20:21 +02:00
Tycho Bokdam
9ee9c27448
feat: More git configurations are possible
...
You can now set the git user.name and git user.email and also change the pull method used by git
2020-06-28 20:12:32 +02:00
Benoît Garreau
153f866251
feat: add skip-on-empty feature
2020-06-10 13:41:45 +02:00
Tycho Bokdam
7684c0e755
feat: Added clean_changelog option
2020-05-08 10:19:41 +02:00
Tycho Bokdam
770b36d584
feat: Added outputs
2020-05-08 09:53:52 +02:00
Tycho Bokdam
c18a89eed1
feat: Added the option to provide the location of the packge.json
2020-04-28 17:14:52 +02:00
Tycho Bokdam
b7d28084e6
refactor: Changed int 5 to string 5 as default value
...
BREAKING CHANGE:
Changed changelog-release-count to release-count
2020-04-16 10:11:29 +02:00
Nati Oskar
da75f5939a
feat: Make the releaseCount configurable
2020-02-04 14:19:48 +02:00
Tycho Bokdam
f467ea7832
fix: Fixes
...
Removed node_modules here
2019-10-18 11:46:10 +02:00
Tycho Bokdam
ab2ea0974a
fix: Test release
2019-10-18 10:55:14 +02:00
Tycho Bokdam
9d10bb22ad
fix: Test release
2019-10-18 10:38:06 +02:00
Tycho Bokdam
d71558cec6
feat: Test release
2019-10-18 10:35:25 +02:00
Tycho Bokdam
78aace1247
chore: Test release
2019-10-18 10:21:11 +02:00
Tycho Bokdam
16d044cfaa
chore: Test release
2019-10-18 09:56:51 +02:00
Tycho Bokdam
715d3d202a
chore: First test release
2019-10-18 09:40:38 +02:00
Tycho Bokdam
70ed437cb4
fix: Fixed name action.yml
2019-10-18 00:04:14 +02:00
Tycho Bokdam
8e28ba43e0
chore: Init project
2019-10-17 23:54:35 +02:00