Releases: BerniWittmann/background-server-action
Releases · BerniWittmann/background-server-action
v1.1.1
This release removes the requirement to set command-windows
as it might not be necessary in all use cases (#138)
v1.1.0
This release includes a couple of fixes and features
- fix a crash when optional build command is not specified (Fixes #68, #65)
- Allow supplying multiple commands e.g.
build: npm run ci && npm run build
which wasn't possible before - added option to run in a specified directory
cwd: packages/example
(Fixes #66, #89) - fix error with missing dependency (Fixes #109)
- update documentation so it is clear on which version to use (Fixes #67, #96)
Huge thanks to the contributors @joltcoke and @justin-barca-at-camis
1.0.0 Initial Release
Initial release with basic features
1.0.4
Fixed bug where main command was not waited for completion and instead immediately resolved
1.0.3
Fixed bug where main command was not waited for completion and instead immediately resolved
1.0.2
Correctly bundle code into dist release
1.0.1
Install uninstalled dependencies to make the action work again