diff --git a/README.md b/README.md index 0a5f4a9..dfc4a8e 100644 --- a/README.md +++ b/README.md @@ -43,22 +43,22 @@ Enforcing code styles should be mainly done with tools like [Prettier](https://p ## Release process -Create a feature branch, commit and push the changes, and open a PR: +After creating a feature branch and committing the changes, add a commit to update the package version: ```sh -git checkout -b $BRANCH -# Commit the changes -npm version $VERSION # Use major|minor|parch -git push -u origin $BRANCH -# Open a PR +npm version $VERSION # Use major|minor|parch as needed +git push --set-upstream origin $BRANCH ``` -Once the PR is approved, merge the changes locally, apply and push a version tag, and create a release: +Once the commits are pushed, [open a PR](https://github.com/bloq/eslint-config-bloq/pulls). + +Then, when the PR is approved, merge the changes locally, apply and push a version tag if needed: ```sh git checkout master git merge --ff $BRANCH -git tag -s -m "" v$(jq -r '.version'