Skip to content

Commit

Permalink
Document how to release a new version (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp authored Oct 8, 2024
1 parent 53d63c4 commit e4efb7b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Contributing

## Changelog

The changelog in this repo is managed manually in the `CHANGELOG.md` file.
PRs with a notable change should include an entry in the `HEAD (Unreleased)`
section of the file.

## Releasing

To release a new version of `pulumi-policy`, update the `CHANGELOG.md` file,
moving all items from the `HEAD (Unreleased)` section to a new section with
the new version number. Once this is merged, a new version will be published
when a tag of the form `v*.*.*` is pushed to the repo. To push the tag,
ask the `@release-bot` in the internal Pulumi Slack channel `#release-ops`
to do a release, for example:

```
@release-bot release pulumi-policy minor
```

0 comments on commit e4efb7b

Please sign in to comment.