Add release commit to the release process
This commit is contained in:
@@ -161,7 +161,7 @@ jobs:
|
|||||||
command: 'node ./.circleci/github/publishRelease.js'
|
command: 'node ./.circleci/github/publishRelease.js'
|
||||||
no_output_timeout: 15m
|
no_output_timeout: 15m
|
||||||
|
|
||||||
make-release:
|
make-release-commit:
|
||||||
working_directory: ~/alexanderzobnin/grafana-zabbix
|
working_directory: ~/alexanderzobnin/grafana-zabbix
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.13-node
|
- image: circleci/golang:1.13-node
|
||||||
@@ -281,6 +281,13 @@ workflows:
|
|||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
filters: *filter-only-release
|
filters: *filter-only-release
|
||||||
|
- make-release-commit:
|
||||||
|
requires:
|
||||||
|
- build
|
||||||
|
- codespell
|
||||||
|
- lint
|
||||||
|
- test
|
||||||
|
filters: *filter-only-release
|
||||||
|
|
||||||
build-docs:
|
build-docs:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user