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