Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79cdab0

Browse files
author
Massimiliano Pippi
authored
[skip changelog] better match for skip clauses (#449)
1 parent1c49c08 commit79cdab0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎.goreleaser.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ release:
1111
changelog:
1212
filters:
1313
exclude:
14-
-'^\[skipchangelog\].*'
15-
-'^\[changelogskip\].*'
16-
-'^\[skip ci\].*'
17-
-'^\[ciskip\].*'
14+
# [skip changelog], [skip-changelog], [changelogskip], [changelog-skip]
15+
-'^(?i)\[(skip|changelog)[ ,-](skip|changelog)\].*'
16+
# [skip ci], [skip-ci], [ciskip], [ci-skip]
17+
-'^(?i)\[(skip|ci)[ ,-](skip|ci)\].*'
1818

1919
# We have multiple builds in order to fine tune
2020
# cross compilations.

‎go.mod‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ require (
4343
go.bug.st/serial.v1v0.0.0-20180827123349-5f7892a7bb45
4444
golang.org/x/netv0.0.0-20190311183353-d8887717615a
4545
golang.org/x/textv0.3.0
46+
google.golang.org/appenginev1.4.0// indirect
4647
google.golang.org/genprotov0.0.0-20190327125643-d831d65fe17d// indirect
4748
google.golang.org/grpcv1.21.1
4849
gopkg.in/mgo.v2v2.0.0-20180705113604-9856a29383ce// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp