chore(pr): Version bump
This commit is contained in:
@@ -8,7 +8,7 @@ COMMIT_MSG=$(cat "$COMMIT_MSG_FILE")
|
|||||||
|
|
||||||
# Regex pattern for Conventional Commits
|
# Regex pattern for Conventional Commits
|
||||||
# Example: "feat: add new feature" or "fix!: break everything"
|
# Example: "feat: add new feature" or "fix!: break everything"
|
||||||
PATTERN='^(feat|fix|docs|style|refactor|perf|test|chore|revert|build|ci|wip|workflow)([!]?): .{1,}$'
|
PATTERN='^(feat|fix|docs|style|refactor|perf|test|chore|revert|build|ci|wip|workflow)(\(.*\))?([!]?): .{1,}$'
|
||||||
|
|
||||||
if ! echo "$COMMIT_MSG" | grep -Eq "$PATTERN"; then
|
if ! echo "$COMMIT_MSG" | grep -Eq "$PATTERN"; then
|
||||||
echo "❌ Invalid commit message format."
|
echo "❌ Invalid commit message format."
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3201,7 +3201,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "teachertracker-rs"
|
name = "teachertracker-rs"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "teachertracker-rs"
|
name = "teachertracker-rs"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Lukas Wölfer <coding@thasky.one>"]
|
authors = ["Lukas Wölfer <coding@thasky.one>"]
|
||||||
description = "A MediaWiki bot that updates score information of teachers"
|
description = "A MediaWiki bot that updates score information of teachers"
|
||||||
|
|||||||
Reference in New Issue
Block a user