minor doc update
This commit is contained in:
parent
dafe06faf7
commit
74756551b2
2 changed files with 19 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Given a version, e.g. 2015.03, and a patchlevel release, e.g. 2015.03-1
|
||||
|
||||
o Make sure we have an "openscad-$VERSION-branch" branch. If not, create one
|
||||
o Make sure we have a "$VERSION" branch. If not, create one
|
||||
|
||||
o Update VERSION and VERSIONDATE in
|
||||
openscad.pro
|
||||
|
|
@ -11,16 +11,21 @@ o Update VERSION and VERSIONDATE in
|
|||
|
||||
o git tag "openscad-$VERSION"
|
||||
o ./scripts/git-archive-all.py --prefix=openscad-$VERSION/ openscad-$VERSION.src.tar.gz
|
||||
o git push --tags $VERSION
|
||||
o git push --tags
|
||||
o Upload Source package
|
||||
$ scp openscad-$VERSION.src.tar.gz openscad@files.openscad.org:www
|
||||
o Write short release email to mailing list
|
||||
o Tweet as OpenSCAD
|
||||
o Notify package managers
|
||||
- Debian/Ubuntu: https://launchpad.net/~chrysn
|
||||
- Ubuntu PPA: https://github.com/hyperair
|
||||
- Fedora: Miro Hrončok <miro@hroncok.cz> or <mhroncok@redhat.com>
|
||||
- OpenSUSE: Pavol Rusnak <prusnak@opensuse.org>
|
||||
- Arch Linux: Kyle Keen <keenerd@gmail.com>
|
||||
- MacPorts: https://svn.macports.org/repository/macports/trunk/dports/science/openscad/Portfile
|
||||
- Homebrew: https://github.com/caskroom/homebrew-cask/blob/master/Casks/openscad.rb
|
||||
|
||||
o Revert VERSION and VERSIONDATE in openscad.pro scripts/publish-macosx.sh scripts/release-common.sh scripts/publish-mingw-x.sh tests/CMakeLists.txt
|
||||
|
||||
o Announce:
|
||||
- ./scripts/github-release.sh $VERSION
|
||||
- Write short release email to mailing list
|
||||
- Tweet as OpenSCAD
|
||||
- Notify package managers
|
||||
- Debian/Ubuntu: https://launchpad.net/~chrysn
|
||||
- Ubuntu PPA: https://github.com/hyperair
|
||||
- Fedora: Miro Hrončok <miro@hroncok.cz> or <mhroncok@redhat.com>
|
||||
- OpenSUSE: Pavol Rusnak <prusnak@opensuse.org>
|
||||
- Arch Linux: Kyle Keen <keenerd@gmail.com>
|
||||
- MacPorts: https://svn.macports.org/repository/macports/trunk/dports/science/openscad/Portfile
|
||||
- Homebrew: https://github.com/caskroom/homebrew-cask/blob/master/Casks/openscad.rb
|
||||
|
|
|
|||
|
|
@ -26,14 +26,13 @@ o scripts/makereleasenotes.sh
|
|||
|
||||
o Update version number in doc/openscad.1
|
||||
o Update copyright year in AboutDialog.html and mainwin.cc
|
||||
o Add VERSION and VERSIONDATE in openscad.pro, scripts/publish-macosx.sh, scripts/release-common.sh
|
||||
o Add VERSION and VERSIONDATE in openscad.pro, scripts/publish-macosx.sh, scripts/release-common.sh tests/CMakeLists.txt
|
||||
o Add VERSION in tests/CMakeLists.txt, scripts/publish-mingw-x.sh
|
||||
|
||||
o Tag release
|
||||
git tag "openscad-$VERSION"
|
||||
|
||||
o Revert VERSION and VERSIONDATE in
|
||||
openscad.pro, scripts/publish-macosx.sh, scripts/release-common.sh, scripts/publish-mingw-x.sh
|
||||
o Revert VERSION and VERSIONDATE in openscad.pro scripts/publish-macosx.sh scripts/release-common.sh scripts/publish-mingw-x.sh tests/CMakeLists.txt
|
||||
|
||||
o build source package
|
||||
scripts/git-archive-all.py --prefix=openscad-$VERSION/ openscad-$VERSION.src.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue