Compare commits

..

14 Commits

Author SHA1 Message Date
argoyle 508e8880c2 Merge pull request 'chore(release): prepare for v7.5.0' (#265) from next-release into main
Release / release (push) Successful in 41s
robotframework / build (push) Successful in 36s
Reviewed-on: #265
2026-01-11 12:50:01 +00:00
releaser 1423ac6d74 chore(release): prepare for v7.5.0
robotframework / build (pull_request) Successful in 33s
2026-01-11 12:48:27 +00:00
releaser 60831c4db9 chore(release): prepare for v7.5.0 2026-01-11 12:48:22 +00:00
argoyle b64d9c4985 Merge pull request 'feat: trigger CI workflow on version tags' (#264) from feat/ci-tags into main
Release / release (push) Successful in 1m15s
robotframework / build (push) Successful in 2m49s
Reviewed-on: #264
2026-01-11 12:45:09 +00:00
argoyle e67dfebbbd feat: trigger CI workflow on version tags
robotframework / build (pull_request) Successful in 5m48s
Build and push Docker images when version tags (v*) are pushed,
enabling automated image builds on releases.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 13:37:28 +01:00
argoyle 7a65f5affa Merge pull request 'chore(release): prepare for v7.4.0' (#256) from next-release into main
Release / release (push) Successful in 43s
robotframework / build (push) Successful in 50s
Reviewed-on: #256
2026-01-09 09:43:19 +00:00
releaser d494ec2185 chore(release): prepare for v7.4.0 2026-01-09 09:42:28 +00:00
releaser ba8824c953 chore(release): prepare for v7.4.0 2026-01-09 09:42:18 +00:00
Unbound Release a3c057c6b2 chore(release): prepare for v7.3.18 2026-01-03 14:02:06 +00:00
Unbound Release e6ae0ce824 chore(release): prepare for v7.3.18 2026-01-03 14:02:06 +00:00
Unbound Release 6282215529 chore(release): prepare for v7.3.18 2026-01-03 14:02:06 +00:00
Unbound Release d858c35479 chore(release): prepare for v7.3.18 2026-01-03 14:02:06 +00:00
Unbound Release aaabc5d3d3 chore(release): prepare for v7.3.18 2026-01-03 14:02:06 +00:00
Unbound Release 357479799d chore(release): prepare for v7.3.18 2026-01-03 14:02:06 +00:00
3 changed files with 29 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ name: robotframework
on: on:
push: push:
branches: [main] branches: [main]
tags: ['v*']
pull_request: pull_request:
branches: [main] branches: [main]
+3 -1
View File
@@ -1 +1,3 @@
{"version":"v7.3.17"} {
"version": "v7.5.0"
}
+25
View File
@@ -2,6 +2,31 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [7.5.0] - 2026-01-11
### 🚀 Features
- Trigger CI workflow on version tags
## [7.4.0] - 2026-01-09
### 🚀 Features
- Migrate from GitLab CI to Gitea Actions
- Add release workflow using shared workflow
### 📚 Documentation
- Add CLAUDE.md for Claude Code guidance
### Chore
- *(deps)* Update python:3.14.2-slim docker digest to aa5be11
- *(deps)* Update python:3.14.2-slim docker digest to f7864aa
- *(deps)* Update python:3.14.2-slim docker digest to 3955a7d
- *(deps)* Update dependency urllib3 to v2.6.3
- *(deps)* Update actions/checkout action to v6
## [7.3.17] - 2025-12-29 ## [7.3.17] - 2025-12-29
### Chore ### Chore