Skip to content

Commit ae094fc

Browse files
committed
Change version number and release workflow
1 parent ae6c153 commit ae094fc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ defaults:
77

88
on:
99
push:
10-
branches:
11-
- 3-provide-local-db-for-storing-strikes
1210
tags:
13-
- "v[0-9]+.[0-9]+.[0-9]+"
11+
- "[0-9]+.[0-9]+.[0-9]+"
1412

1513
jobs:
1614
create-release:

cli-client/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.

cli-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strikes"
3-
version = "0.0.1"
3+
version = "0.0.1-alpha"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)