-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions for making a new release of this script.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |