Skip to content

Commit

Permalink
Add pinejs as upstream in repo.yml
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Giovanni Garufi <[email protected]>
  • Loading branch information
nazrhom committed Mar 12, 2019
1 parent 978b557 commit 95f5354
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Updating pinejs

When pinejs is updated in open-balena-api, versionbot will attempt to pull in the relevant slice of changelog from pinejs and add it to the changelog in open-balena-api. For this to happen, the commit that updates pinejs must follow a specific format: the first line of the BODY must contain `Update pinejs from x.y.z to x'.y'.z'` The title and footers can be filled in as normal.

N.B. just `Update pinejs from x.y.z to x'.y'.z'` will not be valid as the first line of the commit is the title (please refer to [balena-commit-lint](https://github.com/balena-io/resin-commit-lint) to learn more about how commits should be structured), a valid commit would be:

```
pinejs: Update to v9.0.1
Update pinejs from 9.0.0 to 9.0.1
Change-type: patch
Signed-off-by: Joe Developer <[email protected]>
```
4 changes: 4 additions & 0 deletions repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: 'node'
upstream:
- repo: pinejs
url: https://github.com/balena-io/pinejs

0 comments on commit 95f5354

Please sign in to comment.