-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use CI tools like changesets
for changelog and releasing
#166
Comments
And also these projects seem lack of git hooks tools like simple-git-hooks + lint-staged? How do you think of them? |
I agree to introduce those tools 👍 |
I'd like to work on this recently. A few questions to discuss:
|
I prefer automatically release, but manually release is okay. I don't know much about other tools as I haven't used them much. I think that it can be adjusted later if there is a problem after introducing it once. |
OK, I'll install some GitHub Apps on this repo, it may require you to accept the installation. |
I found I can not install any GitHub Apps due to lack of permission on a personal repository. 🤣 A GitHub organization is much more suitable for such cases. Can you help to install them manually? https://github.com/apps/changeset-bot/installations/new Secondly, actions secrets like |
I have installed 3 apps into this project and svelte-eslint-parser repo. |
https://github.com/changesets/changesets
Related bot https://github.com/apps/changeset-bot and action https://github.com/changesets/action
An example: https://github.com/import-js/eslint-import-resolver-typescript/pull/118/files
The text was updated successfully, but these errors were encountered: