Skip to content

Commit 90bfa21

Browse files
committed
run release script on rc versions and prepare 0.12.0-rc.1
1 parent 2e18ed1 commit 90bfa21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
tags:
88
- '[0-9]+.[0-9]+.[0-9]+'
99
- '[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+'
10+
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
1011

1112
env:
1213
CARGO_TERM_COLOR: always

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "uiua"
99
readme = "readme.md"
1010
repository = "https://github.com/uiua-lang/uiua"
1111
rust-version = "1.78"
12-
version = "0.12.0-pre.1"
12+
version = "0.12.0-rc.1"
1313

1414
[dependencies]
1515
# Core dependencies

0 commit comments

Comments
 (0)