You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running semantic-release with the @semantic-release/git plugin, the log output from semantic-release only shows that two files (CHANGELOG.md and package.json) are being committed. However, the git show command shows that additional files (manifest.json and a zip file in the dist directory) are also being committed (which is the goal author tries to achieve)
Steps to reproduce:
Run semantic-release with the @semantic-release/git plugin.
Check the log output from semantic-release.
Run the git show command.
Expected behavior:
The log output from semantic-release should accurately reflect all the files that are being committed.
Actual behavior:
The log output from semantic-release only shows that two files are being committed, even though more files are actually being committed.
Configure your plugins within the plugins list. Configured plugins execute their lifecycle hooks in the order the plugins are declared in the plugins list
When running
semantic-release
with the@semantic-release/git
plugin, the log output from semantic-release only shows that two files (CHANGELOG.md and package.json) are being committed. However, thegit show
command shows that additional files (manifest.json and a zip file in the dist directory) are also being committed (which is the goal author tries to achieve)Steps to reproduce:
Expected behavior:
The log output from semantic-release should accurately reflect all the files that are being committed.
Actual behavior:
The log output from semantic-release only shows that two files are being committed, even though more files are actually being committed.
CHANGELOG.md
,package.json
CHANGELOG.md
,package.json
,dist/jobLander-0.5.10.zip
,manifest.json
Additional context:
.releaserc
prepare-publish.js
The text was updated successfully, but these errors were encountered: