From da64faaedce4b7a60ea8e32ba6debfa6523aa172 Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 20 May 2024 00:18:38 +0000 Subject: [PATCH] wip --- CHANGELOG.md | 9 +++++++++ .../SwiftConventionalCommitParserCommand.swift | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a919b3..2aa6c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,12 @@ 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). +## [0.1.0] - 2024-05-20 + +### Features +* Initial implementation of parsing (0c04db6) + +### Chores +* Setup CI for releases (9b70416) +* Add CI (31581ad) + diff --git a/Sources/swift-conventional-commit-parser/SwiftConventionalCommitParserCommand.swift b/Sources/swift-conventional-commit-parser/SwiftConventionalCommitParserCommand.swift index 5806fb9..241369a 100644 --- a/Sources/swift-conventional-commit-parser/SwiftConventionalCommitParserCommand.swift +++ b/Sources/swift-conventional-commit-parser/SwiftConventionalCommitParserCommand.swift @@ -17,7 +17,7 @@ struct SwiftConventionalCommitParserCommand: AsyncParsableCommand { - [Swift Format](https://github.com/apple/swift-format) - [SwiftLint](https://github.com/realm/SwiftLint) """, - version: "0.0.0", + version: "something", subcommands: [ MergeRequestCommand.self, PullRequestCommand.self,