Skip to content

Commit

Permalink
Automatically close milestones (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jul 12, 2024
1 parent 56570a6 commit ae19cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [stable]
go-version: ["1.21", stable]
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -99,6 +99,7 @@ jobs:
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: stable
if: ${{ github.ref_type == 'tag' }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ announce:
enabled: true
channel: "#announcements"
message_template: "NGINX Plus Go Client {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}"

milestones:
- close: true

0 comments on commit ae19cee

Please sign in to comment.