Skip to content

Commit

Permalink
ci: try default versioning strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Mar 27, 2024
1 parent feaaf84 commit 5589e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ local imagePrefix = 'grafana';
skipArm=true,
skipValidation=true,
useGitHubAppToken=true,
versioningStrategy='always-bump-major',
versioningStrategy='default',
) + {
name: 'Prepare Major Release PR from main',
}, false, false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/major-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
RELEASE_REPO: "grafana/loki"
SKIP_VALIDATION: true
USE_GITHUB_APP_TOKEN: true
VERSIONING_STRATEGY: "always-bump-major"
VERSIONING_STRATEGY: "default"
jobs:
check:
uses: "grafana/loki-release/.github/workflows/check.yml@main"
Expand Down

0 comments on commit 5589e67

Please sign in to comment.