Commit Graph

35 Commits

Author SHA1 Message Date
Sebastian Beisch
ca6488ee78 fix(go): update to go 1.19 as default build 2023-02-20 16:28:56 +01: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
ea2fbfba3d chore(ci): add go 1.17 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
Felix Wiedmann
2fc6145149 ci(go): remove go 1.15 in matrix build 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
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
86c9512479 Update main.yml 2021-02-11 19:36:20 +01:00
Sebastian
4574d00c28 chore(ci): add pull request 2021-02-11 19:36:20 +01:00
Sebastian
0c4310d60b chore(ci): check if pr is fork 2021-02-11 19:36:20 +01:00
Sebastian
d6c5e395a8 chore(lint): fix lint version 2021-01-21 22:40:07 +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
00cbfd39a2 chore(go): switch to golang 1.15 2020-08-18 17:38:28 +02:00
fwiedmann
cf87c74d1d ci(upload-artifacts): always upload artifact and build docker image for go 1.14 2020-02-28 17:35:23 +01:00
Nightapes
632e6ea2d3 ci(actions): checkout code for release job 2020-02-27 22:19:55 +01:00
Nightapes
460710ff39 ci(actions): make file executable 2020-02-27 22:14:26 +01:00
Nightapes
5c5ca98978 ci(actions): only use latest artifacts 2020-02-27 21:56:42 +01:00
Nightapes
9954e67e88 ci(actions): fix depends on build 2020-02-27 21:46:09 +01:00
Nightapes
a76aec25dd ci(github): add golang 1.14 and macos 2020-02-27 21:43:12 +01:00
Nightapes
a8b68f9182 build(docker): fix github naming 2020-01-06 12:51:01 +01:00
Nightapes
f6a2d837b1 buikd(docker): add github docker registy 2020-01-06 12:47:02 +01:00
Nightapes
113ddf2b1f build(ci): use new hooks for docker release 2020-01-05 19:02:20 +01:00
fwiedmann
ff87725801 build(workflow): fix call of binary 2019-09-25 00:20:41 +02:00
Nightapes
399a3515f2 feat(docker): add docker image with go-semantic-release 2019-09-22 15:49:06 +02:00
Nightapes
ee1dc3d8db fix(ci): add gitlab ci detection 2019-09-15 20:13:17 +02:00
Sebastian
e22d3d07f4 build(ci): update golang 2019-09-10 14:09:57 +02:00
Sebastian
46ae2da821 build(ci): update golangci-lint 2019-09-10 13:33:33 +02:00
Nightapes
0994354089 fix(internal/calculator): fix relase version calculation 2019-09-03 21:34:00 +02:00
Sebastian
e91d9b0dac feat(ci): add github actions 2019-08-22 09:00:58 +02:00
Nightapes
89f4842a2b fear(ci): add github actions 2019-08-21 21:39:05 +02:00
Nightapes
7857b5f6f3 build(actions): add debug print 2019-08-21 21:23:07 +02:00
Nightapes
115964c9c1 fix(github): use env GITHUB_TOKEN for releaser 2019-08-21 21:06:57 +02:00
Nightapes
2f2f7e51fb build(ci): remove matrix, cache is missing 2019-08-21 20:52:53 +02:00
Nightapes
be1e483baa build(ci): fix action file 2019-08-21 20:06:30 +02:00
Nightapes
17f1890ca1 build(ci): update github action 2019-08-21 20:03:35 +02:00