[BUG] generate failed when make a patch version update
See original GitHub issueThe changelog-reader-action can not read the third level heading, in which case the workflows failed when make a patch version update.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Patch fails when created with v5 · Issue #36 - GitHub
I get the following This error was caused because Git cannot apply the following patch file: patches/react-scripts+1.0.17.patch This is ...
Read more >EM 13c, EM 12c: Creating Patch Plan Fails for Weblogic ...
PREREQ_REMEDY_DETAILS:Upload the OPatch that is of version "13.3.0.0.0" and platform "226" to the Software Library manually or run OPatch Update ...
Read more >Why are patches failing to install? - GFI MailEssentials Support
Failing product updates/patches will result in a greyed-out button stuck at "Installing" when you click on the patch name on the Updates tab...
Read more >QRadar: High Availability software upgrades can results ... - IBM
Problem. High Availability (HA) pair fails to apply a software update with the following message in patches.log: [ERROR] Copied patch file ...
Read more >Critical patch and service pack installation fails - Apex One ...
If it still fails to complete the installation, a check of the newly generated TMPatch. log is required. In some instances, a second...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@vivaxy Thanks for your suggestion here, I use the script for some reason.
npm run packageis used to make “offline” package for extension and upload to release asset.npm run releaseto publish a new version because I did not have the personal access token for this extension. I upload the.vsixpackage to market to update the extension, so I need thenpm run packageto generate the package.npm run release, so I add a scriptversionto bump the version for the extension, I see the comment in #57, If this name of the script is not suitable, I will adjust it.So the action workflows can trigger manually and run with the following steps:
.vsixpathFor the possible error in action.
vsce publishfor you, and thevsce packagefor me) which may need to be separated into other scripts.standard-versionmay be deleted.For the
CHANGELOG.mdI also find the content changed with theprettier, maybe we should add it to the.prettierignore.For the
versionscript, I did not find the named script in pre–post-scripts, Could you point it out for me? Thanks a lot! 😀@yi-Xu-0100 What you did with GitHub Actions is awesome!
I’m not familiar with GitHub Actions. But still, I’ve some questions: