release-action

Finnaly publish workflow action (for GitHub actions)

MIT License

Downloads
38
Stars
0
Committers
2
release-action - v0.1.33

Published by zardoy almost 3 years ago

Bug Fixes

  • npm-preset: validate pattern instead of path 7387b3f
release-action - v0.1.32

Published by zardoy almost 3 years ago

New Features

  • also fail on integration-test dir and if no test script 0a39ce8

Bug Fixes

  • improve vscode-preset: probably fix ovsx publishing, better logging, include license file, probably fix changelog url 0a39ce8
release-action - v0.1.31

Published by zardoy almost 3 years ago

Bug Fixes

  • path for readme, whats next? 5383cb6
release-action - v0.1.30

Published by zardoy almost 3 years ago

Bug Fixes

release-action - v0.1.29

Published by zardoy almost 3 years ago

New Features

release-action - v0.1.28

Published by zardoy almost 3 years ago

Bug Fixes

  • npm,pnpm-preset: don't throw if tsconfig.json doesn't exist 8480fdf
release-action - v0.1.27

Published by zardoy almost 3 years ago

New Features

  • update default minimumNodeVersion to be esm-compatible 7948b71
release-action - v0.1.26

Published by zardoy almost 3 years ago

New Features

  • generate fields on every package in pnpm-preset 659ad78
release-action - v0.1.25

Published by zardoy almost 3 years ago

New Features

  • add config opton to override shared action
    The action itself uses it to skip second build and reduce workflow time 8ab9054
release-action - v0.1.24

Published by zardoy almost 3 years ago

Bug Fixes

  • pnpm-preset: pick right changelog file 517d992
release-action - v0.1.23

Published by zardoy almost 3 years ago

Bug Fixes

  • properly extract conventional commit type from fix: fix:
    This was resolved by testing on regex101.com and enabling lazy mode on capturing group ee2ce36
  • TypeError: Cannot read property 'nextVersion' of undefined 0c18ecb
release-action - v0.1.22

Published by zardoy almost 3 years ago

Bug Fixes

  • run test after build
    In some cases, such in vscode-framework tests rely on build artifacts.
    The test script doesn't generate the bundle, since in development assumed that start script is running in background.
    More specifically start script in vscode-framework is actually a watch script. b750a07
release-action - v0.1.21

Published by zardoy almost 3 years ago

New Features

  • now presets can skip resolving new version and releasing changelog e91c38f
  • add new preset pnpm-monorepo e91c38f
release-action - v0.1.20

Published by zardoy almost 3 years ago

Bug Fixes

  • any-preset: actually update package.json with generated fields 193fc87
release-action - v0.1.19

Published by zardoy almost 3 years ago

New Features

  • npm-preset: auto-generate bin field if src/bin.ts exists 6408da1
release-action - v0.1.18

Published by zardoy almost 3 years ago

New Features

Bug Fixes

  • Fix shared actions for all presets. Now applies the config in correct order 5a44801
release-action - v0.1.17

Published by zardoy almost 3 years ago

Bug Fixes

  • npm-preset: use real name of package.json to check version when start using with existing package 0780c66
release-action - v0.1.16

Published by zardoy almost 3 years ago

New Features

  • generate repository in node preset 3333aa5
  • add --vsix-only shortcut for vscode-preset 3333aa5
release-action - v0.1.15

Published by zardoy almost 3 years ago

Bug Fixes

  • use existing version when no tags found be62e7b
release-action - v0.1.14

Published by zardoy almost 3 years ago

Bug Fixes

  • I hope this finally fixes vscode preset 03472c1