Skip to content

Conversation

@hayemaxi
Copy link
Contributor

  • 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.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hayemaxi hayemaxi requested a review from a team as a code owner March 13, 2025 22:00
…nges

- 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.
Copy link
Contributor

@justinmk3 justinmk3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! This was something we wanted for a long time :D

@hayemaxi hayemaxi merged commit 62ab04f into aws:master Mar 17, 2025
24 of 26 checks passed
jpinkney-aws pushed a commit to jpinkney-aws/aws-toolkit-vscode that referenced this pull request Mar 20, 2025
…nges (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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants