Licence
MIT
Version
1.1.0
Deps
0
Size
7 kB
Vulns
0
Weekly
0
interview-ui
Internal UI component library used by the interview client. Published to npm
as @aleksandr.ilinykh.weasl/interview-ui.
Scripts
npm install
npm test
npm run build
Releases
Versions follow semantic versioning. The version in package.json is the
source of truth. Bump it in the pull request together with a CHANGELOG.md
entry.
- Prerelease. Every push to a branch other than
mainpublishes<version>-<branch>.<run>under the npm tagnext. The exact version is printed in the workflow summary. Install it in a client withnpm install @aleksandr.ilinykh.weasl/interview-ui@<that version>. - Release. Every push to
mainpublishes the version frompackage.jsonunder thelatesttag, tags the commitv<version>and creates a GitHub release. If that version is already on npm the workflow does nothing, so merging without a version bump is safe.
Both workflows need the repository secret NPM_TOKEN with publish rights for
the package.