Commit Graph

49 Commits (releases/v3)

Author SHA1 Message Date
Michael Bianco 271d0f7c49
docs: improved github permissions docs 2023-07-04 11:44:40 -06:00
Charles Lehnert a858fade68 feat: Add 'infile' option 2023-06-16 18:23:59 -04:00
Tycho Bokdam 84d56d6ef8
Merge pull request #203 from TriPSs/improvements
docs: Updated README with how to test action
2023-05-18 15:16:49 +02:00
Tycho Bokdam 48193b9a39
refactor: Remove random text from README 2023-03-02 11:50:21 +01:00
Tycho Bokdam 997a172ef5
docs: Updated README with how to test action 2023-03-02 11:49:44 +01:00
jeronimoek b4327fa923 fix version-file input description 2023-02-19 05:12:13 -03: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 e63e00c563
fix: honour pre-release flag for default version
if there is no previous version and no explicit fallback version is specified emit a pre-release version (0.1.0-rc.0 by default) if the pre-release flag is true.
2022-11-23 10:13:36 +01:00
cdotyab 22e862a0ab feat: add skip-tag to skip tagging a release 2022-11-17 14:07:56 -06: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
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
apr-1985 5ff4cb3443 feat:Allow skipping of the Git pull before tagging 2021-11-12 08:41:31 +00:00
Tycho Bokdam 59e945ea47
refactor: Use compiled index.js instead of node_modules 2021-10-05 22:29:00 +02:00
Carlos Meza c82c3a1b1d feat: use same permissions used at repo checkout
closes #115
2021-09-28 12:14:17 -06:00
Kamron Batman eddeae05a3
Updates README.md
I think the skip-commit description was supposed to say do not?
2020-12-16 09:45:06 -08:00
Tycho Bokdam 484cf10471
fix: Fixes for pre changelog generation 2020-12-14 22:27:31 +01:00
Egor Kurnev 46a1a68683 fix: Add pre-changelog-generation input in README 2020-12-14 21:13:18 +03:00
Egor Kurnev c0f41727e6 fix: Tag name can also be changed in pre-changelog-generation 2020-12-14 18:56:21 +03: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
Tycho Bokdam fb36467281
Merge pull request #50 from Jayrgo/iss46
fix: Git tags empty
2020-08-13 08:16:47 +02:00
Jayrgo 9a324dbd51
fix: Show info if the version couldn't be detected 2020-08-11 20:02:59 +02:00
Andrés Mata Suárez e6c2b51e1f Changed 'skip-on-empty' default in README 2020-08-10 13:01:31 -03:00
Jayrgo 63d0e46a0b
feat: Add fallback version 2020-08-09 12:37:03 +02:00
Andrés Mata Suárez bb40f54b50 feat: Added 'multiple-files' test workflow 2020-07-31 16:08:35 -03:00
Viktor Kuroljov 677ff927a4 docs(readme): Path can be relative or absolute for pre-commit input 2020-07-13 14:36:06 +03:00
Viktor Kuroljov 1fe4a38414 docs(readme): Add information about pre-commit hook 2020-07-13 14:20:49 +03:00
Tycho Bokdam 3a6c438752
docs: Updated README 2020-07-03 22:04:16 +02:00
Tycho Bokdam bdf8ec04e6
feat: Added support for yaml files 2020-07-03 21:55:24 +02:00
Tycho Bokdam 7143306125
feat: Added versioning through GIT 2020-07-01 19:31:50 +02:00
Tycho Bokdam 000434c446
docs: Updated README
BREAKING CHANGE:
`package-json` is now renamed to `version-file`
2020-07-01 19:04:24 +02:00
Tycho Bokdam 5b359dda80
docs: Update README
With correct way to skip a Github release step if changelog step was skipped
2020-06-12 08:20:40 +02:00
Benoît Garreau 5c600bbef7 docs: Update README 2020-06-10 14:15:06 +02:00
Benoît Garreau 153f866251 feat: add skip-on-empty feature 2020-06-10 13:41:45 +02:00
Tycho Bokdam 7b3a082685
docs: Update README 2020-05-08 10:20:25 +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 c26b34b607
docs: Update README 2020-04-16 10:28:28 +02:00
Tycho Bokdam 913b3473c4
docs: Update README 2020-04-16 10:16:09 +02:00
Nati Oskar 8f15b677d6 fixed typo, README 2020-02-04 15:25:13 +02:00
Nati Oskar da75f5939a feat: Make the releaseCount configurable 2020-02-04 14:19:48 +02:00
Tycho Bokdam 437f835378
docs: Update README 2019-10-18 12:35:00 +02:00
Tycho Bokdam 10ec8cd474
docs: Updated README 2019-10-18 11:51:50 +02:00
Tycho Bokdam 80757c3a5c
docs: Updated README 2019-10-18 11:51:26 +02:00
Tycho Bokdam f467ea7832
fix: Fixes
Removed node_modules here
2019-10-18 11:46:10 +02:00
Tycho Bokdam 715d3d202a
chore: First test release 2019-10-18 09:40:38 +02:00
Tycho Bokdam 8e28ba43e0
chore: Init project 2019-10-17 23:54:35 +02:00