5 Commits

Author SHA1 Message Date
argoyle b5206ed105 Merge pull request 'chore(release): prepare for 1.5.0' (#313) from next-release into main
Release / release (push) Successful in 2m19s
cron-checker / vulnerabilities (push) Successful in 6m40s
cron-checker / test (push) Successful in 9m27s
Reviewed-on: #313
2026-01-10 18:50:19 +00:00
releaser 288527b9bd chore(release): prepare for 1.5.0
cron-checker / test (pull_request) Successful in 8m32s
cron-checker / vulnerabilities (pull_request) Successful in 6m55s
2026-01-10 18:35:53 +00:00
releaser adcd59e48f chore(release): prepare for 1.5.0 2026-01-10 18:35:46 +00:00
argoyle ecd185e74e Merge pull request 'feat: run CI workflow on tags' (#312) from feat/ci-on-tags into main
Release / release (push) Successful in 2m11s
cron-checker / vulnerabilities (push) Successful in 3m39s
cron-checker / test (push) Successful in 5m30s
Reviewed-on: #312
2026-01-10 18:34:21 +00:00
argoyle 920500f335 feat: run CI workflow on tags
cron-checker / vulnerabilities (pull_request) Successful in 3m34s
cron-checker / test (pull_request) Successful in 4m34s
2026-01-10 19:25:23 +01:00
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ name: cron-checker
on: on:
push: push:
branches: [main] branches: [main]
tags: ['*']
pull_request: pull_request:
branches: [main] branches: [main]
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "1.4.0" "version": "1.5.0"
} }
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.5.0] - 2026-01-10
### 🚀 Features
- Run CI workflow on tags
## [1.4.0] - 2026-01-09 ## [1.4.0] - 2026-01-09
### 🚀 Features ### 🚀 Features