8dbe266e39
Merge pull request 'Allow chore type in validation regex' ( #9 ) from develop into main
...
Reviewed-on: technology/rcz#9
2023-08-23 19:54:05 +00:00
58f4dde9c9
docs(changelog): generate for v1.5.1
2023-08-23 22:53:43 +03:00
9586a567de
chore(release): v1.5.1
v1.5.1
2023-08-23 22:53:05 +03:00
6c663cf7fc
fix(commands): allow chore type in validation regex
2023-08-23 22:52:54 +03:00
535a62857c
docs(changelog): generate for v1.5.0
2023-08-23 22:48:52 +03:00
03f68e2912
Merge pull request 'Release v1.5.0' ( #8 ) from develop into main
...
Reviewed-on: technology/rcz#8
2023-08-23 19:47:44 +00:00
71925553c1
chore(release): v1.5.0
v1.5.0
2023-08-23 22:46:00 +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
56ad837b82
Merge pull request 'Add the ability to return only the code of validation command' ( #6 ) from develop into main
...
Reviewed-on: technology/rcz#6
2023-08-21 15:37:11 +00:00
003c943a74
docs(changelog): generate for v1.4.0
2023-08-21 18:35:05 +03:00
77dfc9a73b
chore(release): v1.4.0
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
2670f79e2f
Merge pull request 'Release v1.3.0' ( #5 ) from develop into main
...
Reviewed-on: technology/rcz#5
2023-08-21 15:14:26 +00:00
3afc2ed071
Merge branch 'main' into develop
2023-08-21 15:14:16 +00:00
45458d14e2
docs(changelog): generate for v1.3.0
2023-08-21 18:12:59 +03:00
f3c55fac30
chore(release): v1.3.0
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
d61c9ecf2e
Merge pull request 'Make commit signing possible' ( #3 ) from develop into main
...
Reviewed-on: technology/rcz#3
2023-08-20 15:13:30 +00:00
8816db86fe
docs(changelog): generate
2023-08-20 18:11:20 +03:00
c69db8f4b9
chore(release): v1.2.0
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
37a1d0b25c
docs(changelog): regenerate to have hashes reference
2023-08-20 04:07:04 +03:00
2ac0307c87
docs(changelog): generate
2023-08-20 04:04:45 +03:00
66db269317
chore(release): v1.1.3
v1.1.3
2023-08-20 04:03:28 +03:00
d3cf78aacb
fix(commands): incorrect formatting of changelog hashes
2023-08-20 04:03:11 +03:00
605055eb76
docs(changelog): generate
2023-08-20 03:59:52 +03:00
e4ba7dab53
chore(release): v1.1.2
v1.1.2
2023-08-20 03:57:57 +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
d30071e3d7
docs(changelog): generate changelog
2023-08-20 03:53:08 +03:00
06f349c75a
chore(release): v1.1.1
v1.1.1
2023-08-20 03:49:22 +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
v1.0.0
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
e9d3c5e293
fix: incorrect config parsing
2023-08-19 20:18:40 +03:00
b5ca3152c1
feat: add support for body ( #1 )
...
sample body
2023-08-19 19:30:43 +03:00
ce0c01347c
feat: initial commit
2023-08-19 18:35:41 +03:00