fix(ci): correct 1Panel appstore PR base branch and add release-note block

This commit is contained in:
t8y2 2026-05-11 10:24:05 +08:00
parent 3733c3f08f
commit 22453f9097
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ jobs:
--repo "1Panel-dev/appstore" \
--head "${REPO_OWNER}:${BRANCH}" \
--title "feat(dbx): release ${VERSION}" \
--body "Automated release of DBX v${VERSION}" \
--base master
--body "$(printf 'Automated release of DBX v%s\n\n```release-note\nfeat(dbx): release %s\n```' "${VERSION}" "${VERSION}")" \
--base dev
echo "::notice::1Panel App Store PR created for ${VERSION}"
fi