Skip to content

Commit 48d8b82

Browse files
authored
fix tag triggers
1 parent 17d6ebd commit 48d8b82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GitVersion.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
mode: ContinuousDelivery
22
tag-prefix: '[vV]'
33
continuous-delivery-fallback-tag: ci
4-
major-version-bump-message: '\s?(breaking|major)'
5-
minor-version-bump-message: '\s?(feature|minor)'
6-
patch-version-bump-message: '\s?(fix|patch)'
4+
major-version-bump-message: '\+webhook-semver:\s?(breaking|major)'
5+
minor-version-bump-message: '\+webhook-semver:\s?(feature|minor)'
6+
patch-version-bump-message: '\+webhook-semver:\s?(fix|patch)'
77
no-bump-message: '\s?(none|skip)'
88
commit-message-incrementing: Enabled
99
branches:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<div align="center">
1212

13-
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/simply-dns-webhook)](https://artifacthub.io/packages/search?repo=simply-dns-webhook) ![GitHub](https://img.shields.io/github/license/runnerm/simply-dns-webhook) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/runnerm/simply-dns-webhook) [![Go Report Card](https://goreportcard.com/badge/github.com/runnerm/simply-dns-webhook)](https://goreportcard.com/report/github.com/runnerm/simply-dns-webhook) [![codecov](https://codecov.io/gh/RunnerM/simply-dns-webhook/graph/badge.svg?token=O7YKKBP0IO)](https://codecov.io/gh/RunnerM/simply-dns-webhook) ![GitHub Repo stars](https://img.shields.io/github/stars/runnerm/simply-dns-webhook) ![Image pulls](https://img.shields.io/badge/Image%20pulls-70K<-brightgreen)
13+
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/simply-dns-webhook)](https://artifacthub.io/packages/search?repo=simply-dns-webhook) ![GitHub](https://img.shields.io/github/license/runnerm/simply-dns-webhook) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/runnerm/simply-dns-webhook) [![Go Report Card](https://goreportcard.com/badge/github.com/runnerm/simply-dns-webhook)](https://goreportcard.com/report/github.com/runnerm/simply-dns-webhook) [![codecov](https://codecov.io/gh/RunnerM/simply-dns-webhook/graph/badge.svg?token=O7YKKBP0IO)](https://codecov.io/gh/RunnerM/simply-dns-webhook) ![GitHub Repo stars](https://img.shields.io/github/stars/runnerm/simply-dns-webhook) ![Image pulls](https://img.shields.io/badge/Image%20pulls-85K<-brightgreen)
1414

1515
</div>
1616

0 commit comments

Comments
 (0)