This repo SHALL follow the Conventional Commits specification. Also, sentences in commit messages made to this repo SHALL be written in imperative present tense form.
These are the steps that MUST be performed in order to correctly and consistently set-up everything before releasing a new version of Press:
- Update
version.code
andversion.name
(note that versioning follows semver) variables located into press.properties file; - Update the changelog file by relying upon the Conventional Commits specification;
- Update the version contained in the link located at the very top of the readme file;
- Create a commit with all these modifications, labeled
Release x.y.z
(wherex.y.z
are the new version's major, minor and patch values); - Create a tag with the same
x.y.z
values; - Push;
- On your local machine, run
./sh publish.sh
from within the repo folder in order to publish the new version's artifact on Bintray.