@thg-altitude/components
v2.9.1
Published
Shared UI components
Readme
components
Reusable Astro components.
Publishing
- Check out a new branch from the latest
main, add your features there - If you changed any infrastructure parts, added/removed files outside
src/, make sure that.npmignoreis up-to-date. Runnpm publish --dry-runand check, are all files in the list actually intended to be npm-published. If not, blacklist them in.npmignore. - Bump the version by running
npm version minor(orpatch, ormajor, seenpm versiondocs). It will update package.json and git tag as well (which you must push explicitly, notice--tagsflag below). - Open PR,
- Push your changes and git tags to git remote,
git push && git push --tags - Double-check, is your new git tag visible on https://github.com/THG-AltitudeSiteBuilds/components/tags
- Merge PR into the
mainbranch
This will trigger the release workflow.
