coenm / RepoM

👨‍💻 A minimal-conf git repository hub for Windows . This project is a fork of RepoZ
MIT License
9 stars 2 forks source link

Update autolabeler to match and categorize nbgv commits #141

Open coenm opened 1 month ago

coenm commented 1 month ago

The nbgv command prepare-release creates a branch and a few commits. The dotnet-releaser tool can be configured to match and categorize these commits.

See dotnet-releaser docs for more info.


# Matches any title starting by e.g `Add/Improve/Fix/Update ci`
# and attach to the PR/Commit the `maintenance` label
[[changelog.autolabeler]]
label = "maintenance"
title = '^(([Aa]dd)|([Ii]mprove)|([Ff]ix)|([Uu]pdate))\s+ci\b'

The commits to match are:

image