Skip to content

Files

Latest commit

813f2b9 · Jul 26, 2022

History

History
26 lines (18 loc) · 816 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 816 Bytes

Contributing

Conventional Commits

Please follow Conventional Commits format for all commit messages.

Deploy to Docker Hub

docker build --rm -t loremfoobar/resharper-inspections-bitbucket-pipe:<VERSION> .
docker push loremfoobar/resharper-inspections-bitbucket-pipe:<VERSION>

Version Release Commit

Make sure to separate version release from other changes. See past release commits for reference.

Tagging

Tags in the format v1.2.3 are permanent tags and should never be moved. For convenience, a feature tag should represent the latest patch version of a feature version, with the format v1.2. For example, when releasing v1.5.0, also create tag v1.5 on same commit. Then, when releasing v1.5.1, move tag v1.5 to the same commit as v1.5.1.