Skip to content

Commit dda482b

Browse files
committed
Executed npm i and updated docs
1 parent b849875 commit dda482b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

apps/docs/docs/dev/02-dev-processes/04-release-jayvee-version.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ To indicate that, we only release alpha versions where the `version` is incremen
1515
For releasing a new version of Jayvee, you need to complete the following steps:
1616

1717
1. Increment the version in the `package.json` file.
18-
2. Run `npx nx run docs:version-snapshot`.
19-
3. If you are on a feature or dev branch, merge into main.
20-
4. Create a GitHub release on the main branch. Attach a changelog.
21-
5. The CI/CD will deal with the rest.
18+
2. Run `npm i` to update the `package-lock.json`.
19+
3. Run `npx nx run docs:version-snapshot` to generate a snapshot of the docs for the previous version.
20+
4. If you are on a feature or dev branch, merge into main.
21+
5. Create a GitHub release on the main branch. Attach a changelog.
22+
6. The CI/CD will deal with the rest.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)