File: patchlevel-checklist.txt

package info (click to toggle)
openscad 2021.01-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,096 kB
  • sloc: cpp: 53,199; sh: 4,384; ansic: 4,382; python: 1,813; yacc: 853; javascript: 762; lex: 417; lisp: 163; xml: 127; makefile: 118
file content (34 lines) | stat: -rw-r--r-- 1,260 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Given:
 VERSION (e.g. 2015.03-1)

o Make sure we have a $VERSION branch. If not, create one

o Update releases/$VERSION.md
o scripts/makereleasenotes.sh

o Update VERSION and VERSIONDATE in
  openscad.pro
  scripts/publish-macosx.sh
  scripts/release-common.sh
  scripts/publish-mingw-x.sh
  tests/CMakeLists.txt
  
o git tag "openscad-$VERSION"
o ./scripts/git-archive-all.py --prefix=openscad-$VERSION/ openscad-$VERSION.src.tar.gz
o git push --tags
o Upload Source package
  $ scp openscad-$VERSION.src.tar.gz openscad@files.openscad.org:www

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:
  - 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