Skip to content

Commit

Permalink
docs(CONTRIBUTING): update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wing-9527 committed Dec 11, 2022
1 parent 4a8607f commit 17ef38a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We are very welcome to the community developers to make contributions to Quark D

## Development configuration

- Environment requirements: `node ^14.17 || >= 16.0.0`, `yarn >=1.22`
- Environment requirements: `node ^14.17 || >= 16.0.0`, `yarn >= 1.22`

## Start

Expand Down Expand Up @@ -34,6 +34,15 @@ yarn run release:minor
yarn run release:major
```

Create tag

```
git tag // First see if the latest tag is generated
git push origin --tags
```

Then github update [release](https://github.com/hellof2e/quark-design/releases/new)

## Submit commit

The entire Quark Design repository follows [Angular Style Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153), please follow this specification when entering the commit message.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 开发配置

- 环境要求: `node ^14.17 || >= 16.0.0`, `yarn >=1.22`
- 环境要求: `node ^14.17 || >= 16.0.0`, `yarn >= 1.22`

## 开始

Expand Down

0 comments on commit 17ef38a

Please sign in to comment.