Skip to content

Commit 09dbcc3

Browse files
chore: changelog filter and remove go1.14 in test (#14)
1 parent 4de8792 commit 09dbcc3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
os: [ ubuntu-latest, macos-latest, windows-latest ]
56-
go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x ]
56+
go-version: [ 1.15.x, 1.16.x, 1.17.x ]
5757
runs-on: ${{ matrix.os }}
5858
steps:
5959
- name: Checkout Code

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ release:
88

99
changelog:
1010
sort: asc
11+
filters:
12+
exclude:
13+
- '^docs:'
14+
- '^test:'
15+
- '^chore:'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ ./start
3434

3535
`EasyTCP` helps you build a TCP server easily and fast.
3636

37-
This package, so far, has been tested with go1.14 ~ go1.17 on the latest Linux, Macos and Windows.
37+
This package, so far, has been tested with go1.15 ~ go1.17 on the latest Linux, Macos and Windows.
3838

3939
## Install
4040

0 commit comments

Comments
 (0)