Skip to content

Commit

Permalink
Rotate release notes as part of the 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 28, 2025
1 parent 0c5dd63 commit 22a9252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .release-notes/0.6.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Handle release already existing when uploading release notes

Previously, the uploading of release notes assumed that the release didn't exist yet. If the release already existed, the release notes upload would fail.

Only working when a release didn't exist made sense for all our ponylang usage. However, for other projects that create assets as part of the build process and store them in GitHub releases rather than Cloudsmith, the release might already exist.

Now, we will check to see if the release exists. If it does, we update it with our release notes. If it doesn't, we will create the release like we previously did.

8 changes: 0 additions & 8 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
## Handle release already existing when uploading release notes

Previously, the uploading of release notes assumed that the release didn't exist yet. If the release already existed, the release notes upload would fail.

Only working when a release didn't exist made sense for all our ponylang usage. However, for other projects that create assets as part of the build process and store them in GitHub releases rather than Cloudsmith, the release might already exist.

Now, we will check to see if the release exists. If it does, we update it with our release notes. If it doesn't, we will create the release like we previously did.

0 comments on commit 22a9252

Please sign in to comment.