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
ci(changelog): escape changelog for notify, default entry when no changes (aws#6784)
- Escape the changelog string using `jq` before sending to the notify
url. Otherwise, things like quotes might cause the payload to fail.
- If there are no new changes to release, post a generic entry for tracking purposes
- Informs that the version is uneventful, and clears up the special case of handling this for release.
- Fixes things that use the changelog, like notify, prerelease, etc. Otherwise, it will use previous version changelog.
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
0 commit comments