tanzhenxin
b2f04418fa
Merge pull request #2628 from QwenLM/feat/channels-telegram
...
feat(channels): add extensible Channels platform with plugin system and Telegram/WeChat/DingTalk channels
2026-04-01 16:19:08 +08:00
tanzhenxin
ded89618ec
refactor(tests): reorganize integration tests by execution mode
...
Move non-interactive tests to cli/, interactive tests to interactive/.
Add cron-interactive.test.ts wrapping terminal-capture E2E in vitest.
Update npm scripts and release workflow for new directory layout.
2026-03-29 05:49:17 +00:00
tanzhenxin
a700ce8186
chore(release): add channel packages to release workflow
...
- Bump channel package versions to 0.13.0
- Add publish steps for @qwen-code/channel-base and @qwen-code/channel-plugin-example
- Update version script to convert file: references to semver for published packages
This enables proper npm publishing of channel packages during the release process.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-27 06:16:22 +00:00
mingholy.lmh
8fe304c19b
fix(workflows): standardize release notes generation and add prerelease labels
...
- Fix release-sdk.yml: Use file-based approach with --notes-file instead of
complex inline string interpolation to avoid shell parsing errors with
backticks and special characters
- Fix release.yml: Add --prerelease flag for nightly and preview releases
to properly mark them as pre-releases on GitHub
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-20 21:57:53 +08:00
mingholy.lmh
00a8c6a924
chore: separate CLI and SDK integration test
2025-12-19 15:44:04 +08:00
pomelo-nwu
87b1ffe017
fix(ci): remove non-existent label from release failure issue creation
2025-11-22 14:23:49 +08:00
tanzhenxin
1577dabf41
fix: release workflow failure
2025-10-27 17:47:03 +08:00
tanzhenxin
be633a80cc
📦 Release qwen-code CLI as a Standalone Bundled Package ( #866 )
2025-10-24 17:08:59 +08:00
mingholy.lmh
14ea33063f
Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0
2025-09-11 16:26:56 +08:00
tanzhenxin
2572faf726
# 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update ( #483 )
Qwen Code CI / Lint (GitHub Actions) (push) Waiting to run
Qwen Code CI / Lint (Javascript) (push) Waiting to run
Qwen Code CI / Lint (Shell) (push) Waiting to run
Qwen Code CI / Lint (YAML) (push) Waiting to run
Qwen Code CI / Lint (push) Blocked by required conditions
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
2025-09-01 14:48:55 +08:00
matt korwel
c3cf1c61c1
fix(release): fallback to github.sha when ref is not provided ( #6862 )
2025-08-22 12:54:08 -07:00
tanzhenxin
af0439165a
chore: fix action lint errors
2025-08-22 12:00:10 +08:00
tanzhenxin
0f3db5275f
chore: fix lint errors for shell scripts and yaml files
2025-08-22 11:35:35 +08:00
matt korwel
0e24805806
feat(release): update release process for nightly and preview builds ( #6643 )
...
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
2025-08-20 15:50:00 +00:00
mingholy.lmh
c546d86d44
Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21
2025-08-20 22:24:50 +08:00
tanzhenxin
12d43589be
🚀 Enhance Release Notes Generation with Previous Tag Detection ( #394 )
...
* feat: add automated release notes generation with previous tag detection
* chore: npm run format
2025-08-20 17:05:39 +08:00
Shreya Keshive
69d666cfaf
Fix release notes generation ( #6233 )
2025-08-14 18:13:13 +00:00
Seth Vargo
8524cce7b9
chore(ci): Ensure release workflow is consistent and not vulnerable to injection attacks ( #6059 )
2025-08-12 19:51:50 +00:00
anthony bushong
99f88851fb
fix(actions): swap gha bot for cla allowlisted gemini-cli-robot ( #5730 )
2025-08-07 00:01:22 +00:00
Yiheng Xu
a09a9f2261
fix release.yml
2025-08-01 17:51:42 +08:00
Yiheng Xu
999f3af098
fix release workflow ( #172 )
2025-08-01 17:13:07 +08:00
koalazf.99
a9d6965bef
pre-release commit
2025-07-22 23:26:01 +08:00
Pascal Birchler
ed00612cf7
chore: pin GitHub Actions to SHAs ( #2987 )
...
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
2025-07-11 16:46:06 +00:00
matt korwel
137ffec3f6
Fix nightly Release ( #3511 )
2025-07-08 06:41:39 +00:00
matt korwel
20825e4114
Release misc ( #3418 )
2025-07-07 03:16:42 +00:00
matt korwel
5c9372372c
cleaning up prompts for release ( #3335 )
2025-07-05 21:20:47 +00:00
matt korwel
a7256f630c
Relase: Clean up and condensing ( #3321 )
2025-07-05 20:58:59 +00:00
matt korwel
9ff3592e01
Mk nightly relase tag formatting ( #3206 )
2025-07-04 16:30:29 +00:00
matt korwel
ef736f0d1c
Mk nightly relase tag formatting ( #3204 )
2025-07-03 22:44:04 -07:00
matt korwel
adc63e6882
fix tagging for nightly ( #3202 )
2025-07-04 05:16:35 +00:00
matt korwel
d43ea268b0
Releasing: Utilizing Github Actions and Tagging for release. ( #2852 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
2025-07-04 03:57:01 +00:00