Skip to content

Commit

Permalink
Release 3.0.0.beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 15, 2024
1 parent ba98f44 commit 5faa290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "periphery",
version = "3.0.0.beta6",
version = "3.0.0.beta7",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PeripheryVersion = "3.0.0.beta6"
let PeripheryVersion = "3.0.0.beta7"
4 changes: 1 addition & 3 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ mkdir .release

cat scripts/Version.swift.template | sed s/__VERSION__/${version}/ > Sources/Frontend/Version.swift
cat scripts/artifactbundle_info.json.template | sed s/__VERSION__/${version}/ > .release/info.json
cat MODULE.bazel | sed s/0.0.0/${version}/ > MODULE.bazel.new
rm MODULE.bazel
mv MODULE.bazel.new MODULE.bazel
ruby -e "file = 'MODULE.bazel'; content = File.read(file); content.sub!(/version = \".+?\"/, 'version = \"${version}\"'); File.write(file, content)"

echo -e "\nUpdate CHANGELOG.md"
confirm "Continue?"
Expand Down

0 comments on commit 5faa290

Please sign in to comment.