Commit Graph

88 Commits (v3.9.9)

Author SHA1 Message Date
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
Janno Rothfos f0fabf6d88 feat: Allow to specify a config file 2020-08-13 10:28:15 +02:00
Jayrgo b525f9ae66
fix: Message when using the fallback version 2020-08-12 17:27:06 +02:00
Jayrgo 97f1bb3543
fix: Use fallback if it's not a valid JSON-File 2020-08-11 20:30:55 +02:00
Jayrgo 9a324dbd51
fix: Show info if the version couldn't be detected 2020-08-11 20:02:59 +02:00
Jayrgo 091fdfc6a5
fix: Empty version files 2020-08-10 17:11:18 +02:00
Jayrgo 63d0e46a0b
feat: Add fallback version 2020-08-09 12:37:03 +02: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
Andrés Mata Suárez 3ba65fd7f7 feat: Added support for comma-separated version files 2020-07-31 16:06:14 -03:00
Justin Elias 206a4e313a
fix: fail action on push rejection 2020-07-26 19:09:30 -06:00
Viktor Kuroljov afea49fa57 feat(pre-commit): Allow relative path for the pre-commit input 2020-07-13 14:36:06 +03:00
Viktor Kuroljov 5675cecaa4 test(pre-commit): Test that pre-commit script gets env variables 2020-07-13 14:36:06 +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 3a6c438752
docs: Updated README 2020-07-03 22:04:16 +02:00
Tycho Bokdam c7be6541a8
refactor: Updated JSON versioning 2020-07-03 21:56:09 +02:00
Tycho Bokdam 5aff23f514
feat: Added support for toml files 2020-07-03 21:55:40 +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 f4bda96138
refactor: Updated JSON versioning 2020-07-01 19:05:52 +02:00
Tycho Bokdam 2295c9f840
ci: Update versioning workflow and added test workflow 2020-07-01 19:04:46 +02:00
Tycho Bokdam 2f1b568e89
refactor: Added some TODO's 2020-06-28 20:26:27 +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 4d8a290748
refactor: Cleanup in generateChangelog 2020-06-28 20:20:56 +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