All commit messages have to be in the format of the conventionalcommits.org specification.
- Make sure your are on the
mainbranch. - Make sure you have committed everything and your code is working.
- Run
npx standard-version - Push your changes to the repository and the
mainbranch. - The package will be automatically released on a new version to rubygems.org (https://rubygems.org/gems/).
For more detailed instructions read standard-version documentation.