Skip to content

Commit efa5c56

Browse files
committed
chore: release workflow file
1 parent 8be80e1 commit efa5c56

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release rem_math lib workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
tags:
9+
- "[0-9]+.[0-9]+.[0-9]+"
10+
- "[0-9]+.[0-9]+.[0-9]+a[0-9]+"
11+
- "[0-9]+.[0-9]+.[0-9]+b[0-9]+"
12+
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
13+
14+
env:
15+
PACKAGE_NAME: "rem_math"

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "rem_math"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rem_math"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
authors = [
66
{name = "WrldEngine",email = "kamran_pulatov@outlook.com"}

0 commit comments

Comments
 (0)