You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/MAINTENANCE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ Anyone with write access to the main branch of both this repository and [create-
7
7
To do so, follow these steps:
8
8
9
9
1. Run `pnpm version <patch|minor|major>` locally to bump the version number and create a new commit / tag. The `postversion` script will automatically push the changes to the repository.
10
-
2. The release will be automatically published to npm by GitHub Actions once approved by an *administrator*.
10
+
2. The release will be automatically published to npm by GitHub Actions once approved by an _administrator_.
11
11
3. Go to <https://github.com/vuejs/create-vue/releases/new> and create a new release with the tag that was just created. Describe the notable changes in the release notes.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This project should be able to run on all maintained Node.js LTS versions.
28
28
This is ensured by GitHub Actions running the test suite on multiple Node.js versions.
29
29
Once an LTS version reaches its end-of-life, we will drop support for it.
30
30
31
-
We encourage users to use the latest *active LTS* version for development.
32
-
Consequently, the `@tsconfig/node*` and `@types/node` dependencies used in the generated TypeScript projects are set to be in sync with the latest *active LTS* Node.js version.
31
+
We encourage users to use the latest _active LTS_ version for development.
32
+
Consequently, the `@tsconfig/node*` and `@types/node` dependencies used in the generated TypeScript projects are set to be in sync with the latest _active LTS_ Node.js version.
33
33
34
34
The Node.js release schedule can be found at [Node.js Release Working Group](https://github.com/nodejs/release#release-schedule).
0 commit comments