From 38e89d20c6e80e23714c9721ea87c8c788d6812d Mon Sep 17 00:00:00 2001 From: acalcutt Date: Sun, 16 Mar 2025 22:43:52 -0400 Subject: [PATCH] Update PUBLISHING.md --- PUBLISHING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PUBLISHING.md b/PUBLISHING.md index 6c25f77..1563109 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -43,7 +43,7 @@ This is the preferred method for publishing new versions. It automates the entir * Added new feature X. ``` -2. **Commit and Push:** Commit the changes to `package.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 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: