Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cannot retrieve contributors at this time
How to release
- Bump version in Makefile
- Add changelog entries to vmango.spec.in and debian/changelog
git commit -m 'Release X.X.X'
git tag vX.X.X
- Build source rpm and upload to COPR from web interface
./dockerbuild.sh centos-7 make srpm
- Build sdeb
- Build source deb for bionic:
/dockerbuild.sh ubuntu-1804 make sdeb DEB_DISTRIBUTION=bionic
- Sign:
/dockerbuild.sh ubuntu-1804 debsign -k XXX vmango_X.X.X-1_source.changes
- Upload:
dput ppa:subuk/vmango vmango_X.X.X-1_source.changes
git push origin master --tags
git push lp master --tags
- Create github release from git tag
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.