Skip to content

Commit cd613e2

Browse files
authored
Update PUBLISHING.md (#1480)
1 parent 3e521a7 commit cd613e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PUBLISHING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is the preferred method for publishing new versions. It automates the entir
4343
* Added new feature X.
4444
```
4545

46-
2. **Commit and Push:** Commit the changes to `package.json`, `package-lock.json` and `CHANGELOG.md` to a branch. Create a pull request (PR) for review. If you are an administrator, you may push directly, but a PR is generally recommended for code review.
46+
2. **Commit and Push:** Commit the changes to `package.json`, `package-lock.json` and `CHANGELOG.md` to a the `master` branch. Create a pull request (PR) for review. If you are an administrator, you may push directly, but a PR is generally recommended for code review.
4747

4848
3. **Run the GitHub Workflow:** Once the PR is merged (or changes pushed directly), trigger the "Build, Test, Release" GitHub workflow. This workflow is responsible for:
4949

0 commit comments

Comments
 (0)