Skip to content

Commit e1d6b98

Browse files
authored
Update CONTRIBUTING.md
1 parent e983b43 commit e1d6b98

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -76,42 +76,6 @@ This will let GitHub know the issues are linked, and automatically close them on
7676

7777
It's ok to have multiple commits in a single PR, you don't need to rebase or force push for your changes as we will use `Squash and Merge` to squash the commits into one commit when merging.
7878

79-
## 🧑‍🔧 Maintenance
80-
81-
This section is for maintainers with write access, or if you want to maintain your own forks.
82-
83-
<table><tr><td>
84-
85-
#### Build Locally
86-
87-
For this type of setup, the building and publishing process is done on your local machine. Make sure you have your local [`npm` logged in](http://npm.github.io/installation-setup-docs/installing/logging-in-and-out.html) before doing that.
88-
89-
In `package.json`, we usually have:
90-
91-
```json
92-
{
93-
"scripts": {
94-
"prepack": "bun run build"
95-
}
96-
}
97-
```
98-
99-
So whenever you run `npm publish`, it will make sure you have the latest change in the distribution.
100-
101-
</td><td>
102-
103-
#### Build on CI
104-
105-
For complex projects that take long time to build, we might move the building and publishing process to CI. So it doesn't block your local workflow.
106-
107-
They will be triggered by the `v` prefixed git tag added by `bumpp`. The action is usually defined under `.github/workflows/release.yml`
108-
109-
> When maintaining your own fork, you might need to see `NPM_TOKEN` secret to your repository for it to publish the packages.
110-
111-
</td></tr></table>
112-
113-
Changelogs are always generated by GitHub Actions.
114-
11579
## 📖 References
11680

11781
### Lint

0 commit comments

Comments
 (0)