Skip to content

Commit

Permalink
Add instructions for making a new release of this script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieder committed Mar 28, 2020
1 parent ef3d3aa commit 71c1a2f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions srcinstaller/HOWTO.release
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
To make a release of the "Install Fink.tool" for a new Fink release:

1. Update "Install Fink.tool" with the new version of Fink and the tarball MD5.

2. Tag the release as "setup/0.45.0".
2a. Git push to master.

3. Run `make` in scripts/srcinstaller to create the tarball.

4. From https://github.com/fink/scripts/releases, "Draft a new release".
4a. Choose the new tag `setup/0.45.0`
4b. Title the release "Install Fink 0.45.0".
4c. Enter "setup/0.45.0" in the description.
4d. Upload the InstallFink.tgz tarball created in step 3.

5. Publish new release.

0 comments on commit 71c1a2f

Please sign in to comment.