Skip to content

Commit

Permalink
Update release notes (#8913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed May 15, 2024
1 parent e62b270 commit 2698aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 220 deletions.
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ The alpha channel is automatically released for every successful push to dev.
$ git merge dev
$ git push

Beta beta channel is automatically released for every successful push to beta.
Beta channel is automatically released for every successful push to beta.

1. Collect release notes using `python scripts/releasenotes_git.py` and post on [forum.defold.com](https://forum.defold.com/c/releasenotes)
1. Collect release notes using `python scripts/releasenotes_github_projectv2.py` and post on [forum.defold.com](https://forum.defold.com/c/releasenotes)
and add the "BETA" tag to the headline

* Note: The release notes script requires a github access token to work correctly (https://github.com/settings/tokens). If the token is incorrect, you will likely get an error saying 'Unable to find GitHub project for version x.x.x'. Create a "classic" github token and add permissions to read projects. If the script still fails, you might need more permissions.

### Update private repos

1. Also update the beta for the console platforms
Expand Down
218 changes: 0 additions & 218 deletions scripts/releasenotes_git.py

This file was deleted.

0 comments on commit 2698aed

Please sign in to comment.