generated from Templates/Baseline
Compare commits
1 Commits
v0.0.5-rc0
...
61d0f2f412
Author | SHA1 | Date | |
---|---|---|---|
61d0f2f412 |
@ -1,38 +0,0 @@
|
||||
# The full repository name
|
||||
repo: OCram85/swarmproxy
|
||||
|
||||
# Service type (gitea or github)
|
||||
service: gitea
|
||||
|
||||
# Base URL for Gitea instance if using gitea service type (optional)
|
||||
# Default: https://gitea.com
|
||||
base-url: https://gitea.ocram85.com
|
||||
|
||||
# Changelog groups and which labeled PRs to add to each group
|
||||
groups:
|
||||
- name: 🐛 BUGFIXES
|
||||
labels:
|
||||
- bug
|
||||
- name: ✨ FEATURES
|
||||
labels:
|
||||
- feature
|
||||
- name: 🛠️ ENHANCEMENTS
|
||||
labels:
|
||||
- enhancement
|
||||
- name: 📦 BUILD
|
||||
labels:
|
||||
- pipeline
|
||||
- name: 🤖 DEPENDENCIES
|
||||
labels:
|
||||
- renovate
|
||||
- name: 📚 DOCS
|
||||
labels:
|
||||
- docs
|
||||
- name: ⚙️ META
|
||||
labels:
|
||||
- meta
|
||||
- name: 🔖 MISC
|
||||
default: true
|
||||
|
||||
# regex indicating which labels to skip for the changelog
|
||||
skip-labels: skip-changelog|backport\/.+
|
@ -20,8 +20,7 @@ jobs:
|
||||
id: use-go-action
|
||||
uses: actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
CHANGELOG.md
|
||||
#files: -|
|
||||
api_key: '${{ secrets.TOKEN }}'
|
||||
body: |
|
||||
> :bulb: **Note:** See [CHANGELOG.md](src/branch/main/CHANGELOG.md) for recent changes.
|
||||
#title:
|
||||
#body:
|
||||
|
@ -1,8 +0,0 @@
|
||||
## [v0.1.0](https://gitea.ocram85.com/OCram85/swarmproxy/releases/tag/v0.1.0) - 2023-07-12
|
||||
|
||||
* ✨ FEATURES
|
||||
* Adds entrypoint (#6)
|
||||
* Add first prototype implementation (#1)
|
||||
* 📦 BUILD
|
||||
* Add gitea release action (#7)
|
||||
* Finalize ci (#5)
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
Reference in New Issue
Block a user