Releases: zbindenren/cc
v0.4.4
Changelog
- d27a492 chore: update changelog with 0.4.4 release
- ecd60eb chore: update conventional commits configuration
- 9647b43 ci: update go and golangci-lint version
- 13906ae Merge branch 'main' of https://github.com/zbindenren/cc
- 866410f style: make linter happy
- 92f8281 fix: replaces
\r\n
(windows) and\r
mac with\n
- 0ac24ee Merge pull request #10 from zbindenren/doc
- 68e65da docs: add github actions section
- 6838c63 build: add conventional commits workflow
- 8883cdb deps(yaml): 3.0.0-20200615113413-eeeca48fe776 -> 3.0.0-20210107192922-496545a6307b
- b4815ff deps(testify): 1.6.1 -> 1.7.0
- 58baaf0 deps(flash): 0.1.0 -> 0.2.0
- 8b746b6 chore: udpate conventional commits configuratin file
- d92cf88 docs: update README
- 1cbb1f2 fix: overwrite tag correctly for initial release
- 1a3be0a fix(changelog): use
git remote
to check if repo has anorigin
remote configured
v0.4.3
v0.4.2
v0.4.1
Changelog
748e792 chore: update changelog with 0.4.1 release
ccfe76e fix(changelog): create changelog file in the top level git directory instead of current directory
Docker images
docker pull zbindenren/cc:0.4.1
docker pull zbindenren/cc:0.4
docker pull zbindenren/cc:0
docker pull zbindenren/cc:latest
v0.4.0
Changelog
d1eed18 chore: update changelog with 0.4.0 release
49ffb2b chore(changelog): move cmd/main.go
to cmd/changlog/main.go
638ea45 feat(changelog): add -num
option
f37a1f1 fix(changelog): include first release (tag) to history
8488970 ci(goreleaser): fix deprecation warning
d581072 ci: disable manual docker push
4a46aba ci: run goreleaser only for tags
2a16291 ci: update workflow to build docker image
fb46242 tests(changelog): update github markdown tests
4df9cbb fix(changelog): issue link URL in github markdown
Docker images
docker pull zbindenren/cc:0.4.0
docker pull zbindenren/cc:0.4
docker pull zbindenren/cc:0
docker pull zbindenren/cc:latest
v0.3.1
v0.3.0
0.3.0 (2021-01-05)
Bug Fixes
- changelog: github issue and commit markdown URLs (cdeb3531)
- changelog: stage buildinfo go files (e6f7a8c6)
- changelog: verify that new version is greater than current (85b778f4)
- changelog: when overriding release version corresponding tag is also overridden (62c99ab1)
New Features
- changelog: add version flag
-v
to show version information (4b5090c2)
v0.2.1
0.2.1 (2021-01-04)
Bug Fixes
- changelog: add
BREAKING CHANGE
footer token value to changelog (2e070cd5)Before this change, footer token values for
BREAKING CHANGE
and
BREAKING_CHANGE
were ignored. - changelog: version is no longer prefixed with
v
for-history
flag (4a8804f1) - common: documentation for BreakingMessage() method. (9cd0522e)