Sebastian Beisch
0c7338ab13
feat(changelog): show authors of commits and show body as header
...
Enable new features in `.release.yml` like
```yml
changelog:
showAuthors: false ## Show authors in changelog
showBodyAsHeader: false ## Show all bodies of the commits as header of changelog (useful for squash commit flow to show long text in release)
```
2022-04-11 21:56:56 +02:00
Felix Wiedmann
780a6dbc2e
docs(gitlab): add example gitlab-ci.yml
2021-08-10 18:34:16 +02:00
Felix Wiedmann
fbb3684f68
docs(readme): add Write changelog to file section
2021-05-08 23:39:52 +02:00
Sebastian Beisch
c7d6c7cc7b
feat(integrations): add first simple npm integration
...
Integrations are simple helpers to make integration with existing tools easier.
At basic npm support, the integration will set the version before release to the `package.json`
```yml
integrations:
npm:
enabled: true
```
2021-02-25 07:19:04 +01:00
maulik13
deed3a630e
docs(README): update available fields/objects for a changelog template
2021-02-23 14:25:09 +01:00
Felix Wiedmann
b9cbbd435f
feat(analyzer): add conventional commit format
2021-01-24 00:22:42 +01:00
Sebastian
450383bdbf
Merge branch 'master' into feat/conventional-commits
2021-01-21 22:43:53 +01:00
Sebastian Beisch
8db8b0d72c
feat(analyzer): add conventional commit format
...
See: [conventional](https://www.conventionalcommits.org/en/v1.0.0/#summaryhttps://www.conventionalcommits.org/en/v1.0.0/#summary )
2021-01-21 21:41:14 +01:00
maulik13
15a17e546b
docs: update the readme file to include the tagPrefix parameter
2021-01-21 21:39:52 +01:00
Sebastian
875dbdcfc4
dcos(README): add badge
2020-02-19 19:40:24 +01:00
Nightapes
343e660e8e
feat(cli): add current version command
2020-02-18 19:19:09 +01:00
Sebastian
95bef6cb2d
docs(README): add download info
2020-02-07 16:36:38 +01:00
Nightapes
279509c922
docs(README): fix typo
2020-01-06 12:44:10 +01:00
Nightapes
8e3c446605
docs(README): add hooks
2020-01-05 18:56:37 +01:00
Nightapes
44f95969bf
feat(template): allow custom changelog template
2019-09-22 15:50:12 +02:00
Sebastian
8659b40960
docs(README): fix wrong confiig file
2019-09-16 08:23:21 +02:00
Nightapes
ee1dc3d8db
fix(ci): add gitlab ci detection
2019-09-15 20:13:17 +02:00
Nightapes
8643656339
feat(changelog): add docker usage to changelog
2019-08-31 17:05:10 +02:00
Nightapes
a1498f3e32
feat(changelog): add order and hash url
2019-06-10 16:24:44 +02:00
Nightapes
fe54370e7e
feat(init): increase version depending on commit (angular format)
2019-05-13 22:36:24 +02:00
Sebastian
d313974d64
Initial commit
2019-05-13 10:26:20 +02:00