Skip to content

Commit 88c8989

Browse files
authored
Merge pull request #4 from ginkgobioworks/draft-releases
Fix release job to work with immutable releases
2 parents 0ea13cf + 7572a93 commit 88c8989

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ jobs:
5353
- name: Release
5454
uses: softprops/action-gh-release@v2
5555
with:
56+
# This repo has release immutability enabled so this action can only
57+
# create draft releases. Once a draft is ready, it must be manually
58+
# released using the GitHub UI.
59+
draft: true
5660
files: gcp-sa-credential-provider

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Version history
2+
3+
## 1.0.2
4+
5+
- Fix CI job to work with release immutability
6+
7+
## 1.0.1
8+
9+
- Initial code release

0 commit comments

Comments
 (0)