Commit Graph

41 Commits (bbae9470dbd4e1126eb56ae8afe9c5053b5b746f)

Author SHA1 Message Date
Michael Bianco bbae9470db
pull git config init into dedicated method 2023-05-18 06:54:29 -06:00
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
Chris Doty d4e5a72a82 chore: make test work 2022-11-26 11:41:40 -06:00
Diego Henrique Pagani 2a7cc0e9fb feat: add option to customize the pushed branch 2022-05-31 15:18:22 -03: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
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
Carlos Meza c82c3a1b1d feat: use same permissions used at repo checkout
closes #115
2021-09-28 12:14:17 -06: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 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 7c35f3c286
fix: Fixed silent git errors #74 2020-12-14 22:57:38 +01:00
Egor Kurnev c6043fb4f9 fix: More checks. Fix test for changelog generation 2020-12-14 19:38:42 +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
Jayrgo 3396dfc432
fix: Pull all tags 2020-08-09 12:28:05 +02:00
Jayrgo c9d4024531
revert: "fix: Git tags empty"
This reverts commit e56a8dc0ce.
2020-08-09 12:24:24 +02:00
Jayrgo e56a8dc0ce
fix: Git tags empty 2020-08-08 22:44:50 +02:00
Tycho Bokdam 3a6c438752
docs: Updated README 2020-07-03 22:04:16 +02:00
Tycho Bokdam 7143306125
feat: Added versioning through GIT 2020-07-01 19:31:50 +02:00
Tycho Bokdam f4bda96138
refactor: Updated JSON versioning 2020-07-01 19:05:52 +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
Tycho Bokdam 6bfb377c32
fix: Fixed git being called incorrectly 2020-04-29 10:08:40 +02:00
Tycho Bokdam 50ab4fa80a
fix: Pull full history so it works with checkout@v2 2020-04-29 10:03:43 +02:00
Tycho Bokdam 7fe9b66151
fix: Test release 2019-10-18 11:33:55 +02:00
Tycho Bokdam 7365edf6f5
fix: Test release 2019-10-18 11:20:54 +02:00
Tycho Bokdam d0cd7bf31f
fix: Test release 2019-10-18 11:19:37 +02:00
Tycho Bokdam 37217f530c
fix: Test release 2019-10-18 11:13:32 +02:00
Tycho Bokdam 1f63990fab
fix: Test release 2019-10-18 11:10:48 +02:00
Tycho Bokdam 57d7d4594f
fix: Test release 2019-10-18 11:01:50 +02:00
Tycho Bokdam c8e9ea6338
fix: Test release 2019-10-18 11:01:26 +02:00
Tycho Bokdam 78aace1247
chore: Test release 2019-10-18 10:21:11 +02:00
Tycho Bokdam 5254403a20
chore: Test release 2019-10-18 10:11:54 +02:00
Tycho Bokdam 29a8a977c2
chore: Test release 2019-10-18 10:07:56 +02:00
Tycho Bokdam f096360679
chore: Test release 2019-10-18 10:04:46 +02:00
Tycho Bokdam 8e28ba43e0
chore: Init project 2019-10-17 23:54:35 +02:00