Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 669 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 669 Bytes

Contributing

Changelog Management

This project has adopted the keep a changelog format, so that unreleased changes can automatically be promoted to a release's change log as part of cutting the release.

Cutting a Release

Releases are created based purely on git tags pushed to GitHub; deno.land/x/ monitors these to automatically publish to it's registry and a GitHub Action will create an npm release when tags are pushed as well.

A task exists to update the CHANGELOG.md and create the git tag:

deno task release x.x.x

Where x.x.x is the version you want to release.