Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1.08 KB

Contributing

Thanks for taking the time to contribute to this project!

Code of conduct

This project adheres to the Contributor Covenant:

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.

Releases

Releases are not automated yet. For now it's a manual process.

To publish a new release, run the following in your local checkout:

git checkout main
git fetch --all --tags
git tag vX.Y.Z        # specific SemVer version
git tag vX --force    # vague major version identifier for workflows that reference this action
git push --tags --force

Then visit github.com/replicate/setup-cog/tags to see the tags.