AI Release Notes with Ollama
Version updated for https://github.com/maikebing/ai-release-notes to version v0.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, “AI Release Notes with Ollama,” automates the generation of professional release notes by leveraging a locally running AI model (Ollama). It compares two git tags, extracts commit logs, and produces release notes in English, Chinese, or both, optionally including file-level diff statistics. The action streamlines the release process by auto-detecting tags, eliminating the need for external APIs, and providing outputs like release notes and tag details for further use in workflows.
Release notes
What’s Changed
- Add complete GitHub Action for AI-powered release notes via Ollama by @Copilot in https://github.com/maikebing/ai-release-notes/pull/1
- Merge action code and wire release workflow to use the action itself by @Copilot in https://github.com/maikebing/ai-release-notes/pull/2
New Contributors
- @Copilot made their first contribution in https://github.com/maikebing/ai-release-notes/pull/1
Full Changelog: https://github.com/maikebing/ai-release-notes/commits/v0.0.1