Commit Graph

53 Commits

Author SHA1 Message Date
4b0ce0fd3a chore(release): v1.13.0-rc.0 2024-03-06 22:19:29 +02:00
778175a2f3 refactor: split commands into files (#18) 2024-03-06 22:17:32 +02:00
6e63867ca6 chore(release): v1.12.4 2024-03-05 00:14:01 +02:00
673b02052a chore(release): v1.12.3 2024-03-05 00:11:22 +02:00
68a0c0e35b chore(release): v1.12.2 2024-03-04 22:56:50 +02:00
8cc93d55da fix: use http module instead of fetch (#17)
allows usage of RCZ with NodeJS v14 and v16
2024-03-04 22:53:48 +02:00
dd4ca1f1cc chore(release): v1.12.1 2024-02-25 22:29:21 +02:00
2a5dba1aa4 chore(release): v1.12.0 2024-02-25 13:50:22 +02:00
72ab0c848b docs: add license 2024-02-25 13:50:11 +02:00
afc4f76c4a refactor: foramt the code with prettier 2024-01-27 23:30:21 +02:00
444a957724 chore(release): v1.11.0 2024-01-27 16:16:20 +02:00
30a7e0b286 feat(commands): add --sudo option to commit command (#16) 2024-01-27 16:15:31 +02:00
ebfa3859fc chore(release): v1.10.1 2023-12-19 22:15:50 +02:00
782894dae3 fix(commands): failure to cancel commit creation 2023-12-19 22:15:42 +02:00
399f65dab1 chore(release): v1.10.0 2023-12-17 18:21:30 +02:00
d707aaffe6 feat(config): allow RCZ configs to be located in a folder (#15) 2023-12-17 18:19:09 +02:00
4de93ef3e2 feat(commands): check for updates upon commit creation (#13) 2023-12-17 18:11:47 +02:00
83d6559317 feat(commands): warn on >250 line commits, improve text (#13) 2023-12-17 17:18:41 +02:00
f371102a8a feat(commands): add aliases to main commands 2023-12-17 16:23:25 +02:00
7963d78e56 chore(release): v1.9.0 2023-12-16 18:32:53 +02:00
4c60f62e72 feat(config): add post-release event file 2023-12-16 18:32:29 +02:00
357036d029 chore(release): v1.8.0 2023-12-16 17:47:50 +02:00
1e8bfd04dc feat(commands): add option to change unreleased change title 2023-12-16 17:43:22 +02:00
8e460614f5 fix(commands): have unreleased section for changelog 2023-12-16 17:21:07 +02:00
f4a7a0d2bc feat(commands): add release script customizability (#12) 2023-12-16 15:22:43 +02:00
c80d763259 feat(config): add auto-signing options 2023-12-16 14:37:47 +02:00
498c830e34 feat: change tag message schema (#11) 2023-12-15 14:59:41 +02:00
f51bb88de4 chore(release): v1.6.0 2023-12-09 19:42:25 +02:00
a5626dbc54 feat: improve default 'stage all changes' behavior 2023-12-09 19:38:01 +02:00
8cb67f2cfd fix(commands): incorrect regex generation with specified scopes 2023-08-23 23:35:48 +03:00
6c663cf7fc fix(commands): allow chore type in validation regex 2023-08-23 22:52:54 +03:00
53bb1437a0 fix(commands): allow chore type (#7)
allow chore type to permit validate subcommand usage together with release subcommand
2023-08-23 22:43:23 +03:00
92f8126abf feat(commands): add --amend option to commit sub-command 2023-08-22 17:43:30 +03:00
5080d71fb8 feat(config): allow more config file names
.rczrc.json and rcz.config.json can now be used as rcz configuration
2023-08-22 17:41:36 +03:00
77dfc9a73b chore(release): v1.4.0 2023-08-21 18:33:50 +03:00
8ab631549a feat(commands): add the ability to return code only for validation 2023-08-21 18:33:33 +03:00
f3c55fac30 chore(release): v1.3.0 2023-08-21 18:11:10 +03:00
755da3bb57 feat(commands): add ability to write a footer 2023-08-21 18:10:39 +03:00
9311be80b2 feat(commands): add commit message validation command (#4) 2023-08-21 18:03:36 +03:00
c69db8f4b9 chore(release): v1.2.0 2023-08-20 18:09:28 +03:00
46a52ddebb feat(commands): add the ability to sign conventional commits (#2) 2023-08-20 18:01:12 +03:00
d3cf78aacb fix(commands): incorrect formatting of changelog hashes 2023-08-20 04:03:11 +03:00
85649a71a6 refactor(commands): change changelog output text
remove quote literals from hashes in order to make them reference, add changelog description
2023-08-20 03:57:01 +03:00
7a5880d211 fix(commands): incorrect changelog version generation 2023-08-20 03:48:54 +03:00
b05591a316 chore(release): v1.1.0 2023-08-20 03:16:05 +03:00
8e51587260 feat(commands): add release and changelog commands 2023-08-20 03:15:10 +03:00
b07d9aaaa4 refactor: change question formatting, improve readme
remove parenthesis from commit questions and change commit calling command to rcz commit in README
2023-08-19 22:36:10 +03:00
7ef777bb2b feat!: use commander for command management
from this commit npm package commander will be used for command management, making sub-commands possible, due to what commiting from now and on is called through rcz commit
2023-08-19 22:33:29 +03:00
4e16104d62 refactor: change intro and outro messages 2023-08-19 20:46:35 +03:00
2be2887ce5 fix: make commit body wrap properly
make full commit message display as a note, creating proper wrapping
2023-08-19 20:43:18 +03:00