-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple Script does nothing #162
Comments
Same issue on linux machines, scripts do not seem to work in any way:
Tested with trivial bash and .js scripts the like of "print AAAAAA in package.json". Nothing. |
I had to add bash to the script command:
|
I'm also having this issue. it's causing quite a bit of pain. |
Why no feedback on this? it's almost one year since this issue has been opened....I'm also having the same issue here |
Did you all try to make the bash script as an executable?
|
I am trying to understand how/where the scripts run. I've got a very simple shell script for testing that I want to run during any step. I've tried several.
Below is my releaserc file as well as the contents of the script. I can see where the output of semantic release shows where it runs but there is never any output from the script. No output from the echo command or version.txt is ever created. Also, notice that I do not have "./" in front of my version.sh because this runs on a windows machine and errors out when it is included. Any tips are appreciated.
releaserc
The text was updated successfully, but these errors were encountered: