Shared configuration packages for Axioned projects.
| Package | Version |
|---|---|
@axioned/prettier-config |
|
@axioned/tailwind-config |
|
@axioned/eslint-plugin |
- Make your changes
bun changeset— select which packages changed and bump type- Commit everything including the generated changeset file, push, merge to
main - Action opens a Version PR automatically
- Merge the Version PR → Action publishes to npm
- Create
packages/my-package/withpackage.json, entry point, and README bun install— workspace picks it up automaticallybun changeset— select the new package, pickminorfor first release- Commit, push, merge to
main→ Action opens a Version PR → merge it → published - Go to
npmjs.com/package/@axioned/my-package→ Settings → Trusted Publishers → addaxioned / config / release.yml
Step 5 can only be done after the package is published for the first time.