Update PUBLISHING.md
This commit is contained in:
parent
3e521a7d92
commit
26ce4fcf68
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ This is the preferred method for publishing new versions. It automates the entir
|
||||||
* Added new feature X.
|
* Added new feature X.
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue