Skip to content

Commit

Permalink
Bump version to v1.4.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP authored Jul 22, 2022
1 parent b267abd commit 7479f22
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,17 @@ GraphQL Profile: {
}
✨ Done in 2.34s.
```

### Releases

The overall process of releasing should go as follows:

1. Create a branch from `main` named `release/x.x.x` (where `x.x.x` is the version).
2. Update the yarn version by running `yarn version --new-version x.x.x`.
3. Push everything to GitHub using `git push --set-upstream origin release/x.x.x`.
4. Create a PR with the intention to merge `release/x.x.x` into `main`.
5. If status checks and approvals are satisfied, merge `release/x.x.x` into `main`.
6. On the Github page for the repo, click on "Releases" on the top, then "Draft a new release".
7. Create a new release with a new tag `vx.x.x` and corresponding title.
8. Click 'Auto-generate release notes' and check the release notes.
9. If everything seems fine, publish the release!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-sdk",
"version": "1.3.0",
"version": "1.4.0",
"description": "Portal SDK for front end applications",
"private": true,
"main": "index.ts",
Expand Down

0 comments on commit 7479f22

Please sign in to comment.