mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
ci(chglog): Update chglog and clean up config (#3227)
This commit is contained in:
parent
0f47dd3751
commit
9d443dff9f
22
.github/chglog/changelog.yml
vendored
22
.github/chglog/changelog.yml
vendored
@ -1,17 +1,25 @@
|
||||
---
|
||||
style: github
|
||||
template: CHANGELOG.tpl.md
|
||||
info:
|
||||
title: CHANGELOG
|
||||
repository_url: https://github.com/starship/starship
|
||||
options:
|
||||
commits:
|
||||
# filters:
|
||||
# Type:
|
||||
# - feat
|
||||
# - fix
|
||||
# - perf
|
||||
# - refactor
|
||||
commits: {}
|
||||
commit_groups:
|
||||
sort_by: Custom
|
||||
title_order:
|
||||
- feat
|
||||
- fix
|
||||
- docs
|
||||
- style
|
||||
- refactor
|
||||
- perf
|
||||
- test
|
||||
- build
|
||||
- ci
|
||||
- chore
|
||||
- revert
|
||||
title_maps:
|
||||
feat: Features
|
||||
fix: Bug Fixes
|
||||
|
9
.github/chglog/release.yml
vendored
9
.github/chglog/release.yml
vendored
@ -1,15 +1,10 @@
|
||||
---
|
||||
style: github
|
||||
template: RELEASE.tpl.md
|
||||
info:
|
||||
repository_url: https://github.com/starship/starship
|
||||
options:
|
||||
commits:
|
||||
# filters:
|
||||
# Type:
|
||||
# - feat
|
||||
# - fix
|
||||
# - perf
|
||||
# - refactor
|
||||
commits: {}
|
||||
commit_groups:
|
||||
sort_by: Custom
|
||||
title_order:
|
||||
|
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -126,7 +126,7 @@ jobs:
|
||||
- name: Setup | Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "^1.15.7"
|
||||
go-version: "1.16"
|
||||
|
||||
- name: Setup | Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
@ -136,7 +136,7 @@ jobs:
|
||||
|
||||
- name: Setup | Release notes
|
||||
run: |
|
||||
GO111MODULE=on go get github.com/git-chglog/git-chglog/cmd/git-chglog@0.9.1
|
||||
go install github.com/git-chglog/git-chglog/cmd/git-chglog@v0.15.0
|
||||
git-chglog -c .github/chglog/release.yml $(git describe --tags) > RELEASE.md
|
||||
|
||||
- name: Build | Publish
|
||||
|
Loading…
Reference in New Issue
Block a user