Skip to content

Commit

Permalink
Merge pull request #104 from algorandfoundation/update-check
Browse files Browse the repository at this point in the history
build(update-check): set prerelease flag on non production releases
  • Loading branch information
robdmoore authored Dec 19, 2022
2 parents 55fe4fc + fd01eb5 commit aaf7fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
poetry run semantic-release \
--prerelease \
publish
gh release edit --prerelease "$(python run semantic-release print-version --current)"
# --define=upload_to_repository=true \
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -93,6 +94,7 @@ jobs:
--define=prerelease_tag=beta+${{ steps.get_branch.outputs.branch }} \
--define=branch=${{ steps.get_branch.outputs.branch }} \
publish
gh release edit --prerelease "$(python run semantic-release print-version --current)"
# --define=upload_to_repository=true \
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

1 comment on commit aaf7fb3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit
   __init__.py15753%6–13, 17–24, 32–34
   __main__.py220%1–3
src/algokit/cli
   completions.py108199%86
   init.py1651690%56, 203–204, 235, 238–240, 251, 289, 326, 335–337, 340–345, 360
src/algokit/core
   bootstrap.py1001684%74, 94, 149, 152, 158–172
   click_extensions.py472057%40–43, 50, 56, 67–68, 73–74, 79–80, 91, 104–114
   conf.py27485%12, 16, 24, 26
   log_handlers.py68987%44–45, 50–51, 63, 112–116, 125
   proc.py44198%94
   sandbox.py120794%87, 152, 168, 183–185, 200
TOTAL10278392% 

Tests Skipped Failures Errors Time
120 0 💤 0 ❌ 0 🔥 9.658s ⏱️

Please sign in to comment.