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
Sebastian Beisch
f79466b238
fix(gitutil): don't crash if no last version was found
2021-05-06 19:07:07 +02:00
Sebastian Beisch
5225b12c00
style(internal) clean up code
2021-04-28 08:43:10 +02:00
Sebastian Beisch
2cd24777b3
fix(internal): improve git log for commits on current branch since last release
...
At the moment when PRs where done in parallel it could happen that some commits where ignored in the release. This should be fixed now
2021-04-28 08:43:10 +02:00
Sebastian Beisch
0f1275fc30
refactor(internal/git): revert list commits changes
2020-11-11 10:53:10 +01:00
Sebastian Beisch
dee85c6877
fix(internal/git): check merge commits and collect parent commits for changelog
2020-11-09 14:43:01 +01:00
Sebastian Beisch
ccfce5e135
chore(git): update to new git version go-git.v5
2020-11-09 14:40:38 +01:00
Nightapes
d0035d6bca
fix(gitutil): fix log message for tags
2020-01-06 12:14:41 +01:00
Nightapes
74e895b5ad
fix(commits): don't break if commit is found and error happens on older commits and add better error message when git clone --depth is used
2019-10-08 20:46:57 +02:00
Nightapes
0994354089
fix(internal/calculator): fix relase version calculation
2019-09-03 21:34:00 +02:00
Nightapes
6a514158ce
fix(cache): save commits to cache to avoid empty changelog
2019-08-11 18:27:52 +02:00
Nightapes
7b4db67cb7
fix(internal/gitutil): allow lightweight tags
2019-07-21 21:53:33 +02:00
Nightapes
13afcea8a0
feat(ci): check if running on a ci, else skip release
2019-07-15 21:20:44 +02:00
Nightapes
e4ba4834eb
fix(branch): get branch from detached HEAD
2019-06-18 22:59:07 +02:00
Nightapes
cf0431846b
refactor(*): clean up code
2019-06-15 23:03:27 +02:00
Nightapes
9f7d3e3b58
refactor(versioning): clean up version calculation and logs
2019-05-16 21:30:35 +02:00
Nightapes
20698c9679
style(lint): fix lint issues
2019-05-14 20:19:36 +02:00
Nightapes
fe54370e7e
feat(init): increase version depending on commit (angular format)
2019-05-13 22:36:24 +02:00