Chris Coutinho
ff41fb37fd
feat(ci): implement monorepo-aware version bumping workflow
...
Replace commitizen-action with custom workflow that detects which
components have changes based on commit scopes and bumps them
independently.
The workflow:
1. Checks for commits with scope patterns since last tag for each component:
- MCP server: scope=mcp or unscoped, tags=v*
- Helm chart: scope=helm, tags=nextcloud-mcp-server-*
- Astrolabe: scope=astrolabe, tags=astrolabe-v*
2. Runs appropriate bump script for components with changes:
- ./scripts/bump-mcp.sh
- ./scripts/bump-helm.sh
- ./scripts/bump-astrolabe.sh
3. Pushes all created tags at once
4. Provides GitHub Actions summary showing which components were bumped
This ensures each component versions independently based on its
relevant commits, preventing the issue where all components bump
together or some components are missed.
Fixes the issue where PR #418 only bumped MCP server, leaving Helm
chart and Astrolabe at their previous versions despite having changes.
2025-12-19 20:45:47 +01:00
renovate-bot-cbcoutinho[bot] and GitHub
0606228b40
chore(deps): update actions/checkout digest to 8e8c483
2025-12-03 11:12:44 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
04255473d2
chore(deps): update softprops/action-gh-release action to v2.5.0
2025-12-01 11:07:53 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
2abedd6b4b
chore(deps): update actions/checkout action to v6
2025-11-20 17:12:30 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
e38a830f02
chore(deps): update commitizen-tools/commitizen-action action to v0.26.0
2025-11-19 11:07:37 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
f34a1c5677
chore(deps): update actions/checkout digest to 93cb6ef
2025-11-17 23:11:10 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
a9eb2c1da2
chore(deps): update commitizen-tools/commitizen-action action to v0.25.0
2025-11-16 05:07:20 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
380578dd2e
chore(deps): update softprops/action-gh-release action to v2.4.2
2025-11-09 11:07:57 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
34daaa380e
chore(deps): update softprops/action-gh-release action to v2.4.1
2025-10-11 16:05:14 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
431644fff6
chore(deps): update softprops/action-gh-release action to v2.4.0
2025-10-07 04:06:56 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
1cf783d062
chore(deps): update softprops/action-gh-release action to v2.3.4
2025-10-03 22:07:27 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
930bb280fe
chore(deps): pin softprops/action-gh-release action to 6cbd405
2025-09-08 04:07:08 +00:00
Chris Coutinho
c2c2a71c4b
ci: bump dep
2025-09-08 00:11:13 +02:00
renovate-bot-cbcoutinho[bot] and GitHub
21f6164e07
chore(deps): update softprops/action-gh-release digest to 6cbd405
2025-09-07 10:04:29 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
9df8cc937d
chore(deps): update actions/checkout action to v5
2025-08-11 16:07:14 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
d247a07643
chore(deps): update softprops/action-gh-release digest to 72f2c25
2025-06-11 04:07:40 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
79a466d16c
chore(deps): update softprops/action-gh-release digest to d5382d3
2025-06-10 04:07:22 +00:00
Chris Coutinho
2b5bb1cc81
fix: Commitizen release process
...
https://commitizen-tools.github.io/commitizen/tutorials/github_actions/
2025-05-25 12:47:10 +02:00
renovate-bot-cbcoutinho[bot] and GitHub
f173e957f3
chore(deps): pin dependencies
2025-05-25 04:03:51 +00:00
renovate-bot-cbcoutinho[bot] and GitHub
914aef2861
chore(deps): update actions/checkout action to v4
2025-05-24 22:05:46 +00:00
Chris Coutinho
050d236312
build: Add v prefix to version
2025-05-24 22:29:23 +02:00
Chris Coutinho
a0dddbe7df
ci: Add permissions to commitizen action
2025-05-24 22:26:52 +02:00
Chris Coutinho
d19b1ad680
ci: Pin action version
2025-05-24 22:23:50 +02:00
Chris Coutinho
db34473218
ci: update branch in workflow
2025-05-24 22:22:53 +02:00
Chris Coutinho
20ebd7bbcb
ci: Add workflow for bumping versions and handling releases
2025-05-24 22:21:50 +02:00