Releases: tfso/action-helpers
Releases · tfso/action-helpers
Faster npm install + submodules
What's Changed
- include submodules and faster npm install by @lostfields in #6
Full Changelog: v1.5.1...v1.6.0
v1.5.1 - Yarn build package versioning fix
fix: Should not add v prefix to package.json on yarn version (#5)
yarn-build
Caching for npm
v1.4.1 cache npm
npm-build with truncate prerelease option
Adding inputs for TRUNCATE_PRERELEASE
to truncate the branchname for prerelease suffix. Normally is the branchname used for prerelease suffix but with truncate it will only use the first word of branchname, eg feature/my-coolest-new-thing
will end up as prerelease feature
instead of feature-my-coolest-new-thing
npm-build
adding composite action for npm build