dependabot[bot]
3131b8b0ee
build(deps): bump github.com/cloudflare/circl from 1.3.2 to 1.3.3
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.2...v1.3.3 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-11 20:45:08 +00:00
Sebastian
ade0e49736
fix(*): update all dependencies to fix security findings
v2.1.1
2023-02-20 16:33:55 +01:00
Sebastian Beisch
ca6488ee78
fix(go): update to go 1.19 as default build
2023-02-20 16:28:56 +01:00
Sebastian Beisch
979a378abd
fix(*): update all dependencies to fix security findings
2023-02-20 16:07:07 +01:00
Sebastian
2c8d2d9ade
style(changelog): simplify string sort
v2.1.0
2022-04-11 21:56:56 +02:00
Sebastian
8acb8b74b8
refactor(changelog): sort authors
2022-04-11 21:56:56 +02:00
Sebastian
fd1063132f
refactor(changelog): clean up author map
2022-04-11 21:56:56 +02:00
Sebastian Beisch
1d0c93b678
test(analyzer): fix test
2022-04-11 21:56:56 +02:00
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
03f2eeadaa
fix(analyzer): fix commit message body parser
...
In special cases the body of a commit was not correctly interpreted and the changelog was displayed wrongly.
2022-04-11 21:56:56 +02:00
Sebastian
bcb21d917d
chore(codeql): enable code scan
2022-04-11 13:38:30 +02:00
Sebastian Beisch
ea2fbfba3d
chore(ci): add go 1.17
v2.0.2
2022-03-04 13:54:47 +01:00
Sebastian Beisch
c5f993e7de
fix( #62 ): show message block with right indent
2022-03-04 13:54:47 +01:00
Ferenc
ec8dc17df2
docs(examples/github-actions.yml): add github actions example
2021-08-20 08:39:19 +02:00
Sebastian
9e40e81fea
Merge pull request #75 from Nightapes/doc/gitlab
2021-08-11 19:16:52 +02:00
Felix Wiedmann
2782fb5d03
docs(gitlab): add missing entrypoint overwrite
2021-08-11 19:00:47 +02:00
Felix Wiedmann
0800219d60
Merge branch 'master' of github.com:Nightapes/go-semantic-release
2021-08-11 16:08:57 +02:00
Sebastian
f89150b698
fix(Dockerfile): move binary in /usr/local/bin to call go-semantic-releaser via $PATH in terminal directly and update alpine
v2.0.1
2021-08-10 21:05:52 +02:00
Felix Wiedmann
780a6dbc2e
docs(gitlab): add example gitlab-ci.yml
2021-08-10 18:34:16 +02:00
Felix Wiedmann
2d7977993b
build(Dockerfile): move binary in /usr/local/bin to call go-semantic-releaservia $PATH in terminal directly
2021-08-10 18:34:16 +02:00
Felix Wiedmann
9d7edbf756
docs(gitlab): add example gitlab-ci.yml
2021-08-10 16:28:47 +02:00
Felix Wiedmann
d9e2f36927
build(Dockerfile): move binary in /usr/local/bin to call go-semantic-releaservia $PATH in terminal directly
2021-08-10 16:21:42 +02:00
Sebastian
a6783f23bd
Merge pull request #67 from Nightapes/feat/changelog
v2.0.0
2021-05-08 23:52:26 +02:00
Felix Wiedmann
fbb3684f68
docs(readme): add Write changelog to file section
2021-05-08 23:39:52 +02:00
Felix Wiedmann
9bc3143f53
ref(changelog): add unit description of max-file-size
2021-05-08 23:23:43 +02:00
Felix Wiedmann
7b93801e88
test(semantic-release): add tests for WriteChangelog
2021-05-08 22:23:03 +02:00
Felix Wiedmann
749bbf720b
chore(changelog): fix calculation of file name
2021-05-08 22:23:03 +02:00
Felix Wiedmann
d9e5dc4515
chore(cmd): pass max file size of changelog via options
2021-05-08 22:23:03 +02:00
Felix Wiedmann
d66364e474
ref(changelog): check for max changelog file size, generate new change log file if exceeded.feat/changelog
...
still in WIO
2021-05-08 22:23:03 +02:00
Felix Wiedmann
2fc6145149
ci(go): remove go 1.15 in matrix build
2021-05-08 22:23:03 +02:00
fwiedmann
a054cf9a60
feat(changelog): prepend a changelog to a file as default, use --overwrite to overwrite the whole file
...
BREAKING CHANGE: changelog command will now prepend changelogs to the changelog-file
2021-05-08 22:23:03 +02:00
fwiedmann
155a16ddd5
ci(build): set upload artifact go version to 1.16,
...
remove version 1.13, 1.14
2021-05-08 22:21:43 +02:00
fwiedmann
d7878222bb
build(go): set module version to go 1.16
2021-05-08 22:21:43 +02:00
Sebastian Beisch
f79466b238
fix(gitutil): don't crash if no last version was found
v1.10.3
2021-05-06 19:07:07 +02:00
Sebastian Beisch
5225b12c00
style(internal) clean up code
v1.10.2
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
Naven Gogineni
cb3084d0b7
docs(github): fix typo in comment
v1.10.1
2021-03-10 09:09:07 +01:00
Naveen Gogineni
795f5d54ef
fix(github): fix baseURL for enterprise and test failures
2021-03-10 09:09:07 +01:00
Naveen Gogineni
382cb54bcb
Add correct URLs for base and upload URLs for enterprise
2021-03-08 19:29:13 +01:00
Sebastian Beisch
3bc68d9794
feat(changelog): add npm helper text to changelog
v1.10.0
2021-02-25 07:19:04 +01: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
47a54436f5
feat(changelog): add a function in the funcMap to return commit URL
v1.9.0
2021-02-23 14:25:09 +01:00
maulik13
deed3a630e
docs(README): update available fields/objects for a changelog template
2021-02-23 14:25:09 +01:00
maulik13
df058a927f
refactor(changelog): remove unused Version and Now fields, fixed spelling
2021-02-23 14:25:09 +01:00
maulik13
5a58d039fb
refactor(angular): update default separator variable in angular
2021-02-23 14:25:09 +01:00
maulik13
08ab3af547
fix(analyzer): remove extra quote in structtag
2021-02-23 14:25:09 +01:00
maulik13
7208daed1f
feat(angular): update angular to include new structured fields
2021-02-23 14:25:09 +01:00
maulik13
a20992af14
feat(conventional): parse body and footers according to the rules
...
Previous assumption about multiple labeled body blocks and footers is
not correct. There is only one body text block with multi-line support.
A footer always starts with a token with a separator.
- A body ends when a footer is found or text ends.
- A footer ends when another footer is found or text ends.
2021-02-23 14:25:09 +01:00
maulik13
dc4d1c581a
feat(analyzer): update AnalyzedCommit to add flexibility in parsing a message
...
This provides flexibility of parsing and rendering structured messages
with more detail in the changelog and helps extract metadata from the
message. The new structure can be used to split a message in multiple
blocks (e.g. footer)
2021-02-23 14:25:09 +01:00
Sebastian
81bdb68ee4
Merge pull request #58 from maulik13/changelog-full-template
...
Changelog full template
v1.8.0
2021-02-12 17:23:32 +01:00