First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
12
public/heroicons/.github/CONTRIBUTING.md
vendored
Normal file
12
public/heroicons/.github/CONTRIBUTING.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Contributing
|
||||
|
||||
## Publishing
|
||||
|
||||
This section is intended only for the project maintainers.
|
||||
|
||||
1. Increment the version number in the `package.json`, `./react/package.json` and `./vue/package.json` files, and run `npm install` from the project root to update `package-lock.json`.
|
||||
2. Update the changelog.
|
||||
3. Commit and tag those changes.
|
||||
4. Push the commit and tag to GitHub.
|
||||
5. Review the draft release generated by GitHub.
|
||||
6. Publish the new release on GitHub. This will automatically trigger a GitHub action to publish these packages to NPM.
|
||||
Loading…
Add table
Add a link
Reference in a new issue