Skip to content

Commit 74fb724

Browse files
authored
CLOUDP-251873: Add SDLC checklist to PR (#1636)
Signed-off-by: jose.vazquez <[email protected]>
1 parent f5941d3 commit 74fb724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
make check-major-version
6262
BRANCH="release/${VERSION}"
6363
git checkout -b $BRANCH
64-
git add -f ./deploy ./bundle bundle.Dockerfile
64+
git add -f ./deploy ./bundle bundle.Dockerfile docs/releases
6565
git commit -m "Release ${VERSION}"
6666
git reset --hard
6767
git push --set-upstream origin $BRANCH

scripts/gen-sdlc-checklist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ mkdir -p "docs/releases/v${VERSION}/"
2323
envsubst < docs/releases/sdlc-compliance.template.md \
2424
> "docs/releases/v${VERSION}/sdlc-compliance.md"
2525

26-
echo "SDLC checklist ready:"
26+
echo "SDLC checklist ready. Files at docs/releases/v${VERSION}:"
2727
ls -l "docs/releases/v${VERSION}"

0 commit comments

Comments
 (0)