linagoralinagoraOfficialยท1 Agent Skills Included

twake-on-matrix

Automated release versioning, changelog updates, and CI tagging

Automates the full release workflow for the Twake Chat app, from version bumps to tag pushes. Drafts clean CHANGELOG entries, updates pubspec versions, and triggers CI pipelines without manual git juggling. Confirms branch state before acting and monitors release workflows so teams ship mobile and Docker builds faster.
npx skills add linagora/twake-on-matrix --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Twake on Matrix skills?โ–ผ

Run `npx skills add linagora/twake-on-matrix --all -g -y` in your terminal to install all skills in this repository globally.

How to cut a release with this skill?โ–ผ

Ask your agent to run the release skill with a version like `full v2.21.7`. It confirms your branch, updates the CHANGELOG, bumps the version, tags, and pushes to trigger CI.

Does it update the changelog automatically?โ–ผ

Yes. It collects commits since the last tag, groups them by ticket ID, and drafts a formatted CHANGELOG section with strict length rules.

Can it publish to TestFlight or Play Store?โ–ผ

It triggers the CI pipelines that upload builds to TestFlight and Play Store internal tracks, but final promotion to production remains a manual step.

Is the release process safe to run?โ–ผ

Yes. It only runs git and read operations, confirms the branch and clean working tree first, and refuses to skip CI or force-push tags.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’