Compare commits
1 Commits
v0.3.1-rc1
...
v0.3.1-rc2
| Author | SHA1 | Date | |
|---|---|---|---|
| 798f2ab3c3 |
+9
-3
@@ -37,9 +37,12 @@ changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- "^docs:"
|
||||
- "^test:"
|
||||
- "^chore:"
|
||||
# Match both bare and scoped conventional commits, e.g. both
|
||||
# "docs:" and "docs(readme):" should be excluded.
|
||||
- "^docs[:(]"
|
||||
- "^test[:(]"
|
||||
- "^chore[:(]"
|
||||
- "^style[:(]"
|
||||
|
||||
# Multi-arch Docker images published to GitHub Container Registry.
|
||||
# Build host needs Docker buildx and a `docker login ghcr.io` for the
|
||||
@@ -98,3 +101,6 @@ release:
|
||||
github:
|
||||
owner: VikingOwl91
|
||||
name: gnoma
|
||||
# Auto-detect prereleases from semver: tags with -rc, -beta, -alpha,
|
||||
# -pre, etc. suffix get marked as prerelease on GitHub.
|
||||
prerelease: auto
|
||||
|
||||
Reference in New Issue
Block a user