Commit Graph

114 Commits (1607ac70d5942487fb67e1d412d57868d8decca9)

Author SHA1 Message Date
Michael Bianco 1607ac70d5
fix: execute git config commands synchronously
this fixes the following error I was running into:

error: could not lock config file .git/config: File exists
2023-05-17 19:33:16 -06:00
skhomuti 8a32db0dc1 Fixed bug when end of file in package.json has changed when version bumped 2023-03-02 12:19:28 +05:00
skhomuti c3a1c6e042 Removed unused packageJson.js module 2023-03-02 12:10:01 +05: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
Chris Doty d4e5a72a82 chore: make test work 2022-11-26 11:41:40 -06:00
Patrick Dreker ecddc26229
fix: simplify logic fallback version logic, remove default from action.yaml 2022-11-23 14:56:33 +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 a19765d093 fix: bad reference 2022-11-17 17:00:09 -06:00
cdotyab 5838afaf08 chore: bad reference 2022-11-17 15:26:21 -06:00
cdotyab 35c4da6eed chore: bad reference 2022-11-17 14:58:04 -06:00
cdotyab 6bdc8cae1b chore: carry oldVersion from lib 2022-11-17 14:42:14 -06:00
cdotyab b1e290f44d fix: output current version if there is no new ver 2022-11-17 14:17:18 -06: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
Dmitry Gusakov 4e5fd06e0e
chore: Fix remarks 2022-08-30 21:10:51 +03:00
Dmitry Gusakov 0600ca1902
fix: Add global unhandledRejection handler 2022-08-30 19:21:15 +03:00
Diego Henrique Pagani ed8c9f5217 fix: remove prefix from git-branch parameter 2022-07-04 11:42:07 -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 ae32d567b6
fix: Use `getBooleanInput` for boolean values
Fixes #161
2022-05-27 16:03:30 +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
apr-1985 c9222a9423 chore: Test expectedCommands for skipping git pulls 2021-11-17 10:33:20 +00:00
apr-1985 5ff4cb3443 feat:Allow skipping of the Git pull before tagging 2021-11-12 08:41:31 +00:00
Tycho Bokdam 949ce5e5a6
fix: Retry again with the node_modules 2021-10-05 23:51:36 +02:00
Tycho Bokdam 2b646ec880
fix: Make sure the angular preset is loaded 2021-10-05 23:42:20 +02:00
Tycho Bokdam 0ba68212f4
fix: Reformat code so we can release 2021-10-05 23:14:01 +02:00
Tycho Bokdam 9f9635115e
ci: Improve test scripts 2021-10-05 22:56:24 +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 62453ed268
fix: Fixed that bumping multiple files with same extension type did only update one 2020-12-16 17:22:37 +01:00
Tycho Bokdam 29d941434b
refactor: Small changes with more logging 2020-12-16 16:32:53 +01:00
Tycho Bokdam 2a80eb3e4a
feat(yml): Added support for no quotes and double quotes 2020-12-16 16:32:28 +01:00
Tycho Bokdam b985fd640a
fix: Fixed command output empty 2020-12-15 18:24:08 +01:00
Tycho Bokdam d68d2f2010
fix: Fixed isShallow not working correctly anymore 2020-12-15 18:18:20 +01:00
Tycho Bokdam d46daa9a53
feat: Added more logging 2020-12-15 18:09:00 +01:00
Tycho Bokdam 953d087521
test: Updated tests 2020-12-15 17:29:33 +01:00
Tycho Bokdam 289e972b9b
test: Added tests for flows 2020-12-15 17:23:47 +01:00
Tycho Bokdam 35206c5104
fix: Fixed awaits missing 2020-12-15 16:05:01 +01:00
Tycho Bokdam 7c35f3c286
fix: Fixed silent git errors #74 2020-12-14 22:57:38 +01:00
Tycho Bokdam 484cf10471
fix: Fixes for pre changelog generation 2020-12-14 22:27:31 +01:00
Egor Kurnev 040d8e90f4 fix: Remove unneded import. More precise path for requiring hooks 2020-12-14 20:21:30 +03:00
Egor Kurnev c6043fb4f9 fix: More checks. Fix test for changelog generation 2020-12-14 19:38:42 +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
Tycho Bokdam 6013a3dfb6
refactor: Added --tags again 2020-10-30 23:25:43 +01:00
Tycho Bokdam c5bb2b18af
fix: Check if repo is shallow before unshallowing 2020-10-30 23:21:44 +01:00