mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-13 21:30:40 +00:00
ci: fix releases and add linkcheck (#7)
This commit is contained in:
parent
6c9bb27865
commit
e5c4415f1e
@ -21,13 +21,17 @@ steps:
|
|||||||
image: quay.io/thegeeklab/git-sv
|
image: quay.io/thegeeklab/git-sv
|
||||||
commands:
|
commands:
|
||||||
- git fetch --depth=2147483647
|
- git fetch --depth=2147483647
|
||||||
|
- git sv current-version
|
||||||
- git sv release-notes
|
- git sv release-notes
|
||||||
|
- git sv release-notes -o CHANGELOG.md
|
||||||
|
|
||||||
publish-github:
|
publish-github:
|
||||||
image: docker.io/plugins/github-release
|
image: docker.io/plugins/github-release
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
|
files:
|
||||||
|
- dist/*
|
||||||
note: CHANGELOG.md
|
note: CHANGELOG.md
|
||||||
overwrite: true
|
overwrite: true
|
||||||
title: ${CI_COMMIT_TAG}
|
title: ${CI_COMMIT_TAG}
|
||||||
|
@ -19,6 +19,12 @@ steps:
|
|||||||
FORCE_COLOR: "true"
|
FORCE_COLOR: "true"
|
||||||
NPM_CONFIG_LOGLEVEL: "error"
|
NPM_CONFIG_LOGLEVEL: "error"
|
||||||
|
|
||||||
|
link-validation:
|
||||||
|
image: docker.io/lycheeverse/lychee
|
||||||
|
group: test
|
||||||
|
commands:
|
||||||
|
- lychee --no-progress --format detailed README.md
|
||||||
|
|
||||||
pushrm-dockerhub:
|
pushrm-dockerhub:
|
||||||
image: docker.io/chko/docker-pushrm:1
|
image: docker.io/chko/docker-pushrm:1
|
||||||
secrets:
|
secrets:
|
||||||
|
@ -129,7 +129,7 @@ commit-message:
|
|||||||
|
|
||||||
#### Templates
|
#### Templates
|
||||||
|
|
||||||
**git-sv** uses _go templates_ to format the output for `release-notes` and `changelog`, to see how the default template is configured check [template directory](cmd/git-sv/resources/templates). It's possible to overwrite the default configuration by adding `.gitsv/templates` on your repository. The cli expects that at least 2 files exists on your directory: `changelog-md.tpl` and `releasenotes-md.tpl`.
|
**git-sv** uses _go templates_ to format the output for `release-notes` and `changelog`, to see how the default template is configured check [template directory](https://github.com/thegeeklab/git-sv/tree/main/templates/assets). It's possible to overwrite the default configuration by adding `.gitsv/templates` on your repository.
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
.gitsv
|
.gitsv
|
||||||
|
Loading…
Reference in New Issue
Block a user