Manuel Vogel
5d98a27559
chore: bumps version to v0.10.0
2021-01-16 07:46:04 +01:00
Manuel Vogel
0ba87caa43
build: fix makfile build target path
2021-01-16 07:40:51 +01:00
Manuel Vogel
771b567c44
chore: sorts changelog desc and excludes Merge commits
2021-01-16 07:20:10 +01:00
Manuel Vogel
cbf3fda1f5
ci: switches to personal GH Token for brew cross repo releases
2021-01-16 07:04:55 +01:00
Manuel Vogel
49ea2f24a9
docs(readme): replaces travis with gh actions badge
2021-01-16 06:53:11 +01:00
Manuel Vogel
c41bf3ab9a
ci: switches release process to gh actions and goreleaser ( #87 )
...
Also preserves coveralls and appveyor. Closes #58
2021-01-16 06:48:01 +01:00
Derek Smith
d6315435a3
chore(asdf): add asdf install support to README ( #79 )
2021-01-10 15:48:58 +01:00
Khosrow Moossavi
44f71cbcd8
feat: Adds 'Custom' sort_type to CommitGroup ( #69 )
...
Closes #60
2021-01-09 23:11:18 +01:00
Trim21
75d59a9eb8
feat: enable tag_filter_pattern in config options ( #72 )
...
Closes #70
2021-01-09 09:51:14 +01:00
Vadim-Valdis Yudaev
0ae5e13a06
chore: fix Makefile typo ( #82 )
2021-01-09 09:40:04 +01:00
Manuel Vogel
41ad31326b
feat: switch from dep to go mod ( #85 )
2021-01-08 09:28:21 +01:00
tsuyoshi wada
db796966b3
Merge pull request #65 from barryib/case-sensitive-option
...
feat: add option to filter commits in a case insensitive way
2020-04-14 10:39:04 +09:00
Thierno IB. BARRY
0a4450abc1
apply go fmt
2020-04-13 18:08:02 +02:00
Thierno IB. BARRY
72fb3eac14
feat: add option to filter commits in a case insensitive way
2020-04-13 18:08:02 +02:00
tsuyoshi wada
a94e3f9a80
Merge pull request #59 from momotaro98/feature/add-emoji-template-in-init
...
feat: Add emoji format and some formatters in variables in `--init` option generator
2020-04-10 00:11:10 +09:00
tsuyoshi wada
c1c1fe8140
Merge pull request #66 from barryib/add-upper-first-func
...
feat: add upperFirst template function
2020-04-09 23:50:29 +09:00
tsuyoshi wada
2cabbd362a
Merge pull request #68 from unixorn/tweak-readme
...
docs: Markdown cleanups in README.md
2020-04-09 23:46:44 +09:00
Joe Block
ec5cdfeea2
docs: Markdown tweaks in README.md
...
* Added hotlink for Homebrew to be consistent with Scoop entry
* Fix assorted typos
* Formatted git as `git` in a few places it had been missed
* Minor phrasing tweaks
* Remove extra blank lines to make sections consistent
2020-03-28 08:16:21 -06:00
Thierno IB. BARRY
495fa2de57
feat: add upperFirst template function
2020-03-26 01:12:47 +01:00
Shintaro Ikeda
15ce9db03e
feat: Add emoji format and some formatters in variables
2019-11-27 22:35:00 +09:00
tsuyoshiwada
6050f20bcd
docs: Update CHANGELOG
2019-09-23 21:20:01 +09:00
tsuyoshiwada
40b31a0f68
release: Release 0.9.1
2019-09-23 21:02:21 +09:00
tsuyoshi wada
5a55d0f51b
Merge pull request #44 from evanchaoli/tag-filter
...
feat: Add --tag-filter-pattern flag.
2019-09-23 20:49:37 +09:00
tsuyoshi wada
ac693f45bc
Merge pull request #41 from StanleyGoldman/fixing-tests-windows
...
Fixing tests on Windows
2019-09-23 20:25:45 +09:00
Chao Li
1198e283de
feat: Add --tag-filter-pattern flag.
...
This flag specifies a regular expression and only matched tags will
be included in change log.
Closes #43
2019-07-10 09:17:01 +08:00
Stanley Goldman
f5df8faf8b
fix: Fixing tests on windows
2019-07-01 20:56:00 -04:00
tsuyoshi wada
63a4e63702
Merge pull request #37 from ForkingSyndrome/master
...
docs: Add windows installation instruction
2019-06-11 14:03:39 +09:00
Chawye Hsu
af1f71410a
docs: Add windows installation
2019-05-16 15:27:40 +08:00
tsuyoshiwada
86d67ce2f0
release: Release 0.8.0
2019-02-23 22:28:36 +09:00
tsuyoshi wada
b7edc16a49
Merge pull request #34 from atosatto/template-functions
...
feat: add the contains, hasPrefix, hasSuffix, replace, lower and upper functions to Changelog template
2019-02-23 22:15:49 +09:00
atosatto
dc128028e6
feat: add the contains, hasPrefix, hasSuffix, replace, lower and upper functions to the template functions map
...
This PR adds the strings.Contains, strings.HasPrefix, strings.HasSuffix, strings.Replace, strings.Lower and strings.Upper to the set of functions
available for usage in the changelog template.
The added functions can be used to manipulate commit messages before rendering the changelog.
2019-02-10 22:34:19 +01:00
tsuyoshiwada
44fcaed553
release: Release 0.7.1
2018-11-10 10:34:29 +09:00
tsuyoshi wada
1d2781fb22
Merge pull request #31 from drubin/patch-1
...
docs: Fix typo
2018-11-10 10:25:37 +09:00
tsuyoshi wada
b9e0bcd492
Merge pull request #30 from vvakame/fix-panic
...
fix: Panic occured when exec --next-tag with HEAD with tag
2018-11-10 10:20:29 +09:00
David Rubin
f53bfccee0
docs: Fix typo
...
Fix references typo
2018-11-09 11:18:48 +01:00
vvakame
e407b9a96e
fix: Panic occured when exec --next-tag with HEAD with tag
2018-11-09 15:35:18 +09:00
tsuyoshiwada
594ec82eaf
release: Release 0.7.0
2018-05-06 14:49:19 +09:00
tsuyoshiwada
5ad4cab298
chore: Update changelog task in Makefile
2018-05-06 14:49:02 +09:00
tsuyoshi wada
55dbf00339
Merge pull request #22 from git-chglog/feat/add-preview-style-link
...
Add URL of output example for template style
2018-05-06 14:41:41 +09:00
tsuyoshiwada
87df4b477c
feat: Add URL of output example for template style
2018-05-06 14:23:19 +09:00
tsuyoshi wada
e2e3797335
Merge pull request #21 from git-chglog/feat/next-tag
...
Add `--next-tag` flag (EXPERIMENTAL)
2018-05-05 23:56:00 +09:00
tsuyoshiwada
4046d94b7c
docs: Fix typo
2018-05-05 22:18:44 +09:00
tsuyoshiwada
83ccab2905
docs: Add document related on --next-tag
2018-05-05 22:13:56 +09:00
tsuyoshiwada
f8f4ccb8b7
feat: Add --next-tag flag (experimental)
2018-05-05 21:44:16 +09:00
tsuyoshiwada
d008bef7fb
test: Change output test of chglog to keep-a-changelog
2018-05-05 21:44:14 +09:00
tsuyoshiwada
36cf6bce12
test: Refactor for chglog test code
2018-05-05 18:54:12 +09:00
tsuyoshiwada
7a71844c6f
fix: Remove accidentally added Unreleased.Tag
2018-05-05 17:58:41 +09:00
tsuyoshiwada
cb878aff2a
release: Release 0.6.0
2018-05-04 17:35:49 +09:00
tsuyoshiwada
f97c6a022e
chore: Update CHANGELOG template format
2018-05-04 17:35:37 +09:00
tsuyoshi wada
c36bc89869
Merge pull request #20 from git-chglog/feat/kac-template-title-id
...
Add tag name header id for keep-a-changelog template
2018-05-04 17:32:52 +09:00