Skip to content

Commit

Permalink
Merge pull request #5727 from snyk/chore/update_1295.3
Browse files Browse the repository at this point in the history
chore: update release branch for 1.1295.3
  • Loading branch information
PeterSchafer authored Feb 10, 2025
2 parents 1df0938 + f2e34bf commit af678f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binary-releases/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1295.3](https://github.com/snyk/snyk/compare/v1.1295.2...v1.1295.3) (2025-02-10)
## [1.1295.3](https://github.com/snyk/snyk/compare/v1.1295.2...v1.1295.3) (2025-02-11)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli)

Expand Down
2 changes: 1 addition & 1 deletion release-scripts/next-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail
# Checks the latest version of Snyk CLI on npm and decides the next version.
# Only output the next version to stdout. All other output should go to stderr.

NEXT_VERSION="$(convco version --bump)"
NEXT_VERSION="$(convco version --bump --patch)"
CURRENT_TAG="$(git describe --tags `git rev-list --tags --max-count=1`)"
RELEASE_CHANNEL="$($(dirname "$0")/determine-release-channel.sh)"

Expand Down

0 comments on commit af678f3

Please sign in to comment.