This directory contains the TypeScript, ESLint and webpack configs we use for the Red Hat GitHub Actions. Include these config files when scaffolding a new action that uses TypeScript/JavaScript.
Refer to the READMEs under the subdirectories for install instructions.
The process is manual for now but should be automated in an actions workflow.
cd
into the directory for the package you want to update.- Run
npm version (major | minor | patch)
to bump the version accordingly. - Run
npm publish --access=public
.