https://github.com/dekal/github-version-support
https://github.com/dekal/github-version-support
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dekal/github-version-support
- Owner: DeKal
- Created: 2020-12-13T15:44:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T15:27:28.000Z (over 5 years ago)
- Last Synced: 2025-01-05T06:42:11.219Z (over 1 year ago)
- Language: JavaScript
- Size: 911 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Release
## Prerequisite
We should link our netlify to the project with
```
yarn netlify-link
```
Answer 2 questions
```
? How do you want to link this folder to a site? Enter a site ID
? What is the site ID? 2d05513c-afbb-40f6-b70e-080314eabc3a
```
## To Create new release with version
```
node scripts/release/create.js --version=3.2.20
```
## To commit new release with version
```
node scripts/release/commit --version=3.2.20
```