Skip to content

Commit

Permalink
prepare release v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c-sp committed Dec 7, 2022
1 parent 6c8c64b commit e471eb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,12 @@ jobs:
# Instead, create a new tag via CLI:
# git tag -a v1.0 -m "release v1.0"
# git push origin --tags
#
# Release preparations:
# - adjust CHANGELOG.md
# - adjust README.md (readme link)
# - push new tag
#
upload-new-release:
name: upload new release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
## [v5.0](https://github.com/c-sp/gameboy-test-roms/releases/tag/v5.0) *(2022-12-07)*

- add
[BullyGB:e24fe6fd7f](https://github.com/Hacktix/BullyGB/tree/e24fe6fd7f)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ suites.

Readme by release version:

* [Readme v5.0](https://github.com/c-sp/gameboy-test-roms/blob/v5.0/README.md)
* [Readme v4.0](https://github.com/c-sp/gameboy-test-roms/blob/v4.0/README.md)
* [Readme v3.2](https://github.com/c-sp/gameboy-test-roms/blob/v3.2/README.md)
* [Readme v3.1](https://github.com/c-sp/gameboy-test-roms/blob/v3.1/README.md)
Expand Down

0 comments on commit e471eb5

Please sign in to comment.