Skip to content

Commit

Permalink
docs: update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydw committed Aug 18, 2021
1 parent 9369aa3 commit 4c0522a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -32,9 +32,17 @@ make develop-linux
make test
```

## Releasing
## Commit messages

- Send all changes as PRs. PRs are used to generate release notes.
- Increment `grow/VERSION` and `package.json` in one commit.
- Create and push the tag.
- Run `./docker_push.sh` to update docker images.
[Release Please](https://github.com/googleapis/release-please) is used to
automatically create changelogs, releases, and versions.

- Commit messages must follow the [Conventional
Commit](https://www.conventionalcommits.org/en/v1.0.0/) specification
- Follow the [Angular
convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type)
to see all commit types

## Docker

- Run `pipenv run ./docker_push.sh` to update docker images.

0 comments on commit 4c0522a

Please sign in to comment.