1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-16 20:28:15 +01:00

Update README.md - move release instructions to wiki

This commit is contained in:
metaprime 2025-01-07 14:34:15 -08:00 committed by GitHub
parent c326902746
commit ae288f13d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,36 +153,6 @@ become out of date. Start by building and testing a released version
of RipMe and then ensure that any changes you make do not cause more
tests to break.
# Publishing a New Release
# Maintainers: How to Publish a New Release
## Create the Release
edit draft release `develop build main` the following way:
1. create a new tag with version from ripme filename, e.g. 2.1.12-7-d0b97acd
1. set the title to same name
1. set previous tag to release tag before, e.g. 2.1.11-20-ca96ce88
1. press `generate release notes` button
1. edit release text as appropriate
1. save
Another version of instructions that worked for @metaprime:
- Push latest-main to the version you will want to publish, and wait a few minutes for automation to finish running the build
- Go to https://github.com/RipMeApp/ripme/releases
- Find development build main
- Click the "Edit" button
- Note the version in the filename for the .jar
- Push a tag with that version number
- Update the tag on the release to that version numbered tag that matches the .jar's name
- Change the title on the release to match
- Uncheck "set as a pre-release"
- Check "set as the latest release"
- Click "publish release"
## Publish the JSON update so the update check will pick up the new release
then, prepare the repo for update check, and next release:
1. edit ripme.json, enter new hash, version and short description, and commit
1. Get the hash by downloading the file and computing a sha256 hash
1. set the base tag for next release verison calculation, e.g. 2.1.13 on this commit
1. push tag and commit
1. remove old base tag, not needed any more, e.g. 2.1.12
See wiki: [How to Make a New Ripme Release](https://github.com/RipMeApp/ripme/wiki/How-to-make-a-new-ripme-release)