Skip to content

Commit

Permalink
CLOUDP-251873: Add SDLC checklist to PR (#1636)
Browse files Browse the repository at this point in the history
Signed-off-by: jose.vazquez <[email protected]>
  • Loading branch information
josvazg authored Jun 10, 2024
1 parent f5941d3 commit 74fb724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
make check-major-version
BRANCH="release/${VERSION}"
git checkout -b $BRANCH
git add -f ./deploy ./bundle bundle.Dockerfile
git add -f ./deploy ./bundle bundle.Dockerfile docs/releases
git commit -m "Release ${VERSION}"
git reset --hard
git push --set-upstream origin $BRANCH
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen-sdlc-checklist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ mkdir -p "docs/releases/v${VERSION}/"
envsubst < docs/releases/sdlc-compliance.template.md \
> "docs/releases/v${VERSION}/sdlc-compliance.md"

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

0 comments on commit 74fb724

Please sign in to comment.