https://github.com/restfulhead/npm-auto-plugins
A collection of plugins for Intuit's auto release package.
https://github.com/restfulhead/npm-auto-plugins
auto npm plugin workspaces
Last synced: 10 months ago
JSON representation
A collection of plugins for Intuit's auto release package.
- Host: GitHub
- URL: https://github.com/restfulhead/npm-auto-plugins
- Owner: restfulhead
- License: mit
- Created: 2024-02-13T00:49:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T17:46:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T11:04:02.740Z (11 months ago)
- Topics: auto, npm, plugin, workspaces
- Language: TypeScript
- Homepage:
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPM Auto plugins
A collection of plugins for [Intuit's auto package](https://github.com/intuit/auto).
## Plugins
* [filter-by-workspace-path](./packages/filter-by-workspace-path/README.md)
## Maintainer notes
### Release process
1. Create a new feature branch based on the `main` branch.
2. Periodically merge changes from the `main` branch into your feature branch
3. When ready, create a pull request and label it with an appropriate release label such as `release-patch`.
4. After code review, merge your pull request into the `main` branch.
5. When ready to release, create a pull request from `main` to `release`. *Important*: Label this PR with `skip-release`.
6. When the PR is merged, packages with changes will be automatically released.