Skip to content

Commit

Permalink
update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
ybirader committed Sep 24, 2023
1 parent 6b734f5 commit 6b7e91b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Tests

on:
push:
branches:
- main
tags:
- 'v*.*.*'
pull_request:
branches:
- main
Expand Down
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,20 @@ release:
name: pzip
draft: true
prerelease: auto
header: |
## Features
List of newly introduced features:
- Item 1
- Item 2
## Bug fixes
List of fixed issues:
- Item 1
- Item 2
brews:
- name: pzip
Expand Down

0 comments on commit 6b7e91b

Please sign in to comment.