18 Commits

Author SHA1 Message Date
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
Sebastian Beisch
c5f993e7de fix(#62): show message block with right indent 2022-03-04 13:54:47 +01:00
Felix Wiedmann
d9e5dc4515 chore(cmd): pass max file size of changelog via options 2021-05-08 22:23:03 +02:00
fwiedmann
d7878222bb build(go): set module version to go 1.16 2021-05-08 22:21:43 +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
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
Sebastian Beisch
ccfce5e135 chore(git): update to new git version go-git.v5 2020-11-09 14:40:38 +01:00
Sebastian Beisch
348ea6607e chore(*): update dependencies 2020-08-18 17:43:39 +02:00
Nightapes
ba59e8db63 fix(deps): update cobra,net,crypto and sys 2020-02-27 22:12:08 +01:00
Nightapes
5cb83dead4 chore(deps): update all dependencies 2020-02-18 19:19:22 +01:00
Nightapes
42fc522a43 feat(releaser): add git only as releaser, will create a new tag with version only 2020-01-05 18:55:47 +01:00
Nightapes
5791d3b41c refactor(releaser): clean up code 2019-08-08 21:33:28 +02:00
svbeisch@gmail.com
507333f087 ci(travis): set loglevel to debug for next version 2019-07-14 15:33:16 +02:00
fwiedmann
6e2fa0ddbf temp(pkg/releaser): add ZipFiles Method 2019-07-07 23:42:52 +02:00
Nightapes
cf0431846b refactor(*): clean up code 2019-06-15 23:03:27 +02:00
Nightapes
a1498f3e32 feat(changelog): add order and hash url 2019-06-10 16:24:44 +02:00
Nightapes
abede95350 refactor(cli): clean up comands 2019-05-14 21:39:39 +02:00
Nightapes
fe54370e7e feat(init): increase version depending on commit (angular format) 2019-05-13 22:36:24 +02:00