Skip to content

Commit

Permalink
release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 5, 2021
1 parent e5c234c commit 773f18f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Release process

## Updating

We try to respect semantic versioning as much as possible. Going from 1.13.1 to 1.13.2 should cause almost no breaking changes, except for packages version update, small tweaks, etc. Going from 1.13 to 1.14 could cause multiple breaking changes. Going from 1.x to 2.x is a full rework.
Expand All @@ -21,8 +23,8 @@ meteor npm run storybook
```

- Update packages versions in each package.
- Update the CHANGELOG.md.
- Update package.json version.
- Update the CHANGELOG.md.

```sh
meteor npm run generate-changelog
Expand Down

0 comments on commit 773f18f

Please sign in to comment.