Skip to content

Commit af678f3

Browse files
authored
Merge pull request #5727 from snyk/chore/update_1295.3
chore: update release branch for 1.1295.3
2 parents 1df0938 + f2e34bf commit af678f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binary-releases/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.1295.3](https://github.com/snyk/snyk/compare/v1.1295.2...v1.1295.3) (2025-02-10)
1+
## [1.1295.3](https://github.com/snyk/snyk/compare/v1.1295.2...v1.1295.3) (2025-02-11)
22

33
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)
44

release-scripts/next-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33
# Checks the latest version of Snyk CLI on npm and decides the next version.
44
# Only output the next version to stdout. All other output should go to stderr.
55

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

0 commit comments

Comments
 (0)