News

commit-and-tag-version is a fork of standard-version. Because of maintainer availability, standard-version was deprecated on 15th May 2022. The previous maintainer recommends release-please as an ...
To tag a specific commit id and push back to the remote repository, follow these two steps: Tag the commit with this command: git tag -a M1 e3afd034 -m "Tag Message" Specify the tag in the git push ...
Ran into a strange issue with git. A dev's commit to a project disappeared a day later (we know the that the commit occurred from the Jenkins build email). The commit was missing from the dev's ...
commit-and-tag-version is a fork of standard-version. Because of maintainer availability, standard-version was deprecated on 15th May 2022. The previous maintainer recommends release-please as an ...