Compare commits
16 Commits
8609dc0385
..
v7.5.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 508e8880c2 | |||
| 1423ac6d74 | |||
| 60831c4db9 | |||
| b64d9c4985 | |||
|
e67dfebbbd
|
|||
| 7a65f5affa | |||
| d494ec2185 | |||
| ba8824c953 | |||
| 4a56e42596 | |||
|
21bc527adc
|
|||
| a3c057c6b2 | |||
| e6ae0ce824 | |||
| 6282215529 | |||
| d858c35479 | |||
| aaabc5d3d3 | |||
| 357479799d |
@@ -3,6 +3,7 @@ name: robotframework
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
tags: ['v*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user