Skip to content

Commit

Permalink
[Bug fix] release note automation - missed the Android messaging exte…
Browse files Browse the repository at this point in the history
…nsion (#517)

* Create release-pr.yml

* no message

* Update update-release-notes.js

* Update release-pr.yml

* no message

* Update release-pr.yml

* Update release-pr.yml

* clean up BOM scripts

* add the license header

* cleanup

* Update update-release-notes.js

* address review comments

* address review comments

* merge BOM release notes to the existing section when the release date exists

* make time range configurable

* Update release-pr.yml

* enable debug logging

* Update release-pr.yml

* Update release-pr.yml

* Update release-pr.yml

* Update release-pr.yml

* Update release-pr.yml

* tmp

* fix doc format

* tmp 2

* tmp

* cleanup

* Update release-pr.yml

* bug fix

* replace var with let

* clean up

* enhancement

* rename the ci step

* bug fix; enable messaging/campaign/campaign classic extensions

* address review comments

* cleanup

* address review comments

* Update timestamp.json

* Update timestamp.json

* Update release-pr.yml

* Update release-notes.md

* Update current-sdk-versions.md

* remove the empty line for the collected release notes

* bug fix: end line is not collected correctly

* Update update-release-notes.js

* Update update-release-notes.js

* Update android-release.js

---------

Co-authored-by: Praveen <[email protected]>
Co-authored-by: Swarna Saraf <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2024
1 parent 8b0eef9 commit 29d0056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/release_notes/android-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function artifactIdToExtensionName(artifactId) {
case "assurance":
case "audience":
case "campaign":
case "messaging":
return capitalizeFirstLetter(artifactId)
case "userprofile":
return "UserProfile"
Expand Down Expand Up @@ -191,4 +192,4 @@ function buildGitHubInfo(artifactId, artifactVersion) {
module.exports = {
fetchMavenArtifactInfo,
fetchAndroidReleaseInfo
}
}

0 comments on commit 29d0056

Please sign in to comment.