hpc-config is a suite of utilities to ease deployment of Puppet-HPC configuration management stack.
hpc-config is distributed under the GNU General Public License version 3.0 or later (GPLv3+).
Steps to produce release $VERSION
(ex: 2.1.3
):
Update CHANGELOG.md
to move entries under the [Unreleased]
into a new
release section. Then run:
git add CHANGELOG.md
git commit -m "Release $VERSION"
git tag -a v$VERSION -m "Release $VERSION"
To generate a tarball, run:
git archive --format=tar.gz --prefix=hpc-config-$VERSION/ \
v$VERSION > ../hpc-config-$VERSION.tar.gz
The "rpm" banch should not be used, the version should be imported in the packaging repository : github.com/scibian/hpc-config.