Skip to content

Commit

Permalink
[Release docs] add note about package.json being point of determinati…
Browse files Browse the repository at this point in the history
…on for bump type (#4739)

* add note about package.json

* update
  • Loading branch information
dmceachernmsft authored Jun 18, 2024
1 parent 83d44f7 commit bae8c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/creating-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Use the [create-prerelease-branch](https://github.com/Azure/communication-ui-lib

1. Options for this workflow:
1. Branch - This is the branch that the release will be created from. Default option is from `main`.
1. Get current version from [communication-react package.json](https://github.com/Azure/communication-ui-library/blob/main/packages/communication-react/package.json).
1. **Note:** Get current version from [communication-react package.json](https://github.com/Azure/communication-ui-library/blob/main/packages/communication-react/package.json).
1. Use this version as the basis for making your decision in the next step.
1. Bump Type - This is the type of release that will be created, the options for this are:
- `beta-release-major` - Choose this option when you want to release from `1.2.0 -> 2.0.0-beta.1`
Expand Down

0 comments on commit bae8c29

Please sign in to comment.