Skip to content

Releases: tfso/action-helpers

Faster npm install + submodules

20 May 12:56
48c3d4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1 - Yarn build package versioning fix

06 May 13:41
0a4eeee
Compare
Choose a tag to compare
fix: Should not add v prefix to package.json on yarn version (#5)

yarn-build

15 Mar 11:22
5322454
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

Caching for npm

14 Mar 13:09
b7608ee
Compare
Choose a tag to compare
v1.4.1

cache npm

npm-build with truncate prerelease option

09 Mar 07:30
2ed66e3
Compare
Choose a tag to compare

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

03 Mar 11:31
f24239a
Compare
Choose a tag to compare

adding composite action for npm build