docs(gitlab): add example gitlab-ci.yml

This commit is contained in:
Felix Wiedmann
2021-08-10 16:28:47 +02:00
parent d9e2f36927
commit 9d7edbf756
2 changed files with 13 additions and 0 deletions

11
examples/.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
stages:
- release
release:
stage: release
image:
name: nightapes/go-semantic-release:latest
script:
- go-semantic-release next
only:
- master