Updates to Android RELEASE.md (#42959)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Improved Android release process with automated changelog generation and streamlined release workflow documentation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -602,6 +602,14 @@ changelog-chrome:
|
||||
sh -c "cat new-CHANGELOG.md ee/fleetd-chrome/CHANGELOG.md > tmp-CHANGELOG.md && rm new-CHANGELOG.md && mv tmp-CHANGELOG.md ee/fleetd-chrome/CHANGELOG.md"
|
||||
sh -c "git rm ee/fleetd-chrome/changes/*"
|
||||
|
||||
changelog-android:
|
||||
$(eval TODAY_DATE := $(shell date "+%b %d, %Y"))
|
||||
@echo -e "## Android agent $(version) ($(TODAY_DATE))\n" > new-CHANGELOG.md
|
||||
sh -c "find android/changes -type f ! -name .keep -exec awk 'NF' {} + | sed -E 's/^-/*/' >> new-CHANGELOG.md"
|
||||
@echo "" >> new-CHANGELOG.md
|
||||
sh -c "cat new-CHANGELOG.md android/CHANGELOG.md > tmp-CHANGELOG.md && rm new-CHANGELOG.md && mv tmp-CHANGELOG.md android/CHANGELOG.md"
|
||||
sh -c "find android/changes -type f ! -name .keep -exec git rm {} +"
|
||||
|
||||
# Updates the documentation for the currently released versions of fleetd components in old Fleet's TUF (tuf.fleetctl.com).
|
||||
fleetd-old-tuf:
|
||||
sh -c 'echo "<!-- DO NOT EDIT. This document is automatically generated by running \`make fleetd-old-tuf\`. -->\n# tuf.fleetctl.com\n\nFollowing are the currently deployed versions of fleetd components on the \`stable\` and \`edge\` channel.\n" > orbit/old-TUF.md'
|
||||
|
||||
Reference in New Issue
Block a user