From e877e323c02ab18efdd195c71269f18dd6cc5b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Attila=20Bir=C3=B3?= Date: Fri, 27 Mar 2026 23:56:11 +0100 Subject: [PATCH] chore(release): prepare 1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- SKILL.md | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d71f0..3bfe4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2026-03-27 + +### Added + +- Install script for Linux — `scripts/install_linux.sh` (#68) +- Install script for macOS — `scripts/install_macos.sh` (#69) +- Install script for Windows — `scripts/install_windows.ps1` (#70) + +### Changed + +- Rename `install.sh` to `install_linux.sh` for consistent cross-platform naming (#69) +- Update README installation section with platform-specific scripts and uninstall instructions (#74) +- Improve CONTRIBUTING.md with development workflow and cross-platform lint guide (#63) + ## [1.2.0] - 2026-03-27 ### Added @@ -93,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CONTRIBUTING.md contribution guidelines - GitHub issue and PR templates +[1.3.0]: https://github.com/qubernetic-org/git-workflow-agent-skill/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/qubernetic-org/git-workflow-agent-skill/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/qubernetic-org/git-workflow-agent-skill/compare/v1.0.4...v1.1.0 [1.0.4]: https://github.com/qubernetic-org/git-workflow-agent-skill/compare/v1.0.3...v1.0.4 diff --git a/README.md b/README.md index 916f11e..889672c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Git Workflow — Claude Code Skill -[![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/version-1.3.0-blue.svg)](CHANGELOG.md) [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-skill-7c3aed.svg)](https://claude.ai/code) [![Conventional Commits](https://img.shields.io/badge/commits-conventional-fe5196.svg?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) diff --git a/SKILL.md b/SKILL.md index 5499a6b..7ed323a 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,11 +1,11 @@ --- name: git-workflow description: "Enforce a strict Gitflow-based workflow with conventional commits, semantic versioning, and issue-driven branching. Use when the user asks to commit, create a branch, open a PR, tag a release, or perform any git operation. Also applies when mentions 'commit', 'branch', 'merge', 'release', 'hotfix', 'gitflow', 'conventional commit', 'semantic versioning', or 'semver'." -version: 1.2.0 +version: 1.3.0 license: MIT metadata: author: Qubernetic - version: 1.2.0 + version: 1.3.0 --- # Git Workflow Skill