Skip to content

Commit

Permalink
rome: 12.1.3 and fix auto-version (cashapp#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
quad authored Jun 21, 2023
1 parent badf316 commit d30616d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rome.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ version "0.4.2" {
}

version "0.8.0" "0.10.1" {
source = "https://github.com/rome/tools/releases/download/cli%2Fv${version}-next/rome-${os}-${arch_}"
}

version "12.1.3" {
auto-version {
github-release = "rome/tools"
version-pattern = "^cli/v(.*)-next"
version-pattern = "^cli/v(.*)"
ignore-invalid-versions = true
}

source = "https://github.com/rome/tools/releases/download/cli%2Fv${version}-next/rome-${os}-${arch_}"
source = "https://github.com/rome/tools/releases/download/cli%2Fv${version}/rome-${os}-${arch_}"
}

sha256sums = {
Expand Down

0 comments on commit d30616d

Please sign in to comment.