-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set version to 2.2.6. Fixes to release notes and admin files.
- Loading branch information
1 parent
09643dd
commit 2cc2b21
Showing
4 changed files
with
48 additions
and
6 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
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,25 @@ | ||
Checklist for release (for maintainer) | ||
|
||
0. Check in good code ;-). Check that tests run ok, javadoc is ok. | ||
1. Update pom.xml and releasenotes, and checkin. Update versions of dependencies. | ||
For this, can use | ||
make setversion NEWVERSION=1.x.y. | ||
2. Check installation on | ||
* gen binary + setup-irscrutinizer.sh | ||
* AppImage | ||
* Windows 64/32 bit | ||
* Mac | ||
3. push, make sure Travis build is ok. | ||
4. make tag. | ||
5. mvn install | ||
6. Create release on GitHub, using just created tag. Upload | ||
*.bin.zip. *AppImage, *.dmg. *releasenotes.txt, checksums.* | ||
7. Delete CI build. | ||
8. make gh-pages. | ||
9. cd .../www.harctoolbox.org; make clean; make site. | ||
10 cd build/site/en/; make clean; make site | ||
11. Upload IrScrutinizer.version using make upload-version | ||
12. Upload IrScrutinizer.html IrScrutinizer.pdf IrScrutinizer.version | ||
IrpTransmogrifier.releasenotes.txt wholesite.html wholesite.pdf to harctoolbox.org. | ||
using make upload-harctoolbox. | ||
13. make clean. |
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
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