diff --git a/CHANGELOG.md b/CHANGELOG.md index d120695..2b96c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) -## [2.2.0-rc.1](https://github.com/orhun/git-cliff/compare/v2.1.2..v2.2.0-rc.1) - 2024-03-24 +## [2.2.0-rc.2](https://github.com/orhun/git-cliff/compare/v2.1.2..v2.2.0-rc.2) - 2024-03-30 ### ⛰️ Features @@ -29,10 +29,13 @@ - *(ci)* Temporarily disable semver checks - ([f26fbe0](https://github.com/orhun/git-cliff/commit/f26fbe09ffc4ad0bf24260d7bd8a93d991817a2a)) - *(ci)* Comment on pull requests about semver checks - ([ccdc152](https://github.com/orhun/git-cliff/commit/ccdc15217cfcc1c1c3bf09d4d997f7f99526b10e)) - *(config)* Skip clippy commits in changelog - ([830528c](https://github.com/orhun/git-cliff/commit/830528c0c0c8d45362869df54c835afab2936c90)) +- *(github)* Remove cname - ([679aa46](https://github.com/orhun/git-cliff/commit/679aa4671984c8a5c1f5ea6929afa3fc26f667fc)) - *(github)* Update funding options - ([4bedf76](https://github.com/orhun/git-cliff/commit/4bedf764e33454d44db9020a0dd3149df09489e2)) - *(github)* Use form based issue templates ([#529](https://github.com/orhun/git-cliff/issues/529)) - ([8f8e221](https://github.com/orhun/git-cliff/commit/8f8e2215636262b21074963ac0d846edc55a80ab)) - *(npm)* Publish rc version for prereleases ([#528](https://github.com/orhun/git-cliff/issues/528)) - ([16bea51](https://github.com/orhun/git-cliff/commit/16bea5179a89af26dd0bfb07c7d6b7d1efa3c54e)) - *(pypi)* Update maturin version ([#539](https://github.com/orhun/git-cliff/issues/539)) - ([10b7ab8](https://github.com/orhun/git-cliff/commit/10b7ab829f30beba19d13437ebafc35b9bb38476)) +- *(website)* Allow deploying website manually - ([0b64bc0](https://github.com/orhun/git-cliff/commit/0b64bc032523f6565e47352cccd0d92f8bf9eae9)) +- *(website)* Only deploy website when there is a new release - ([8651832](https://github.com/orhun/git-cliff/commit/8651832926afa83dac4b9cbb5d298bbea5e7af6d)) ## [2.1.2](https://github.com/orhun/git-cliff/compare/v2.0.4..v2.1.2) - 2024-03-03 diff --git a/Cargo.lock b/Cargo.lock index d59638f..3b1df9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "git-cliff" -version = "2.2.0-rc.1" +version = "2.2.0-rc.2" dependencies = [ "clap", "clap_complete", @@ -736,7 +736,7 @@ dependencies = [ [[package]] name = "git-cliff-core" -version = "2.2.0-rc.1" +version = "2.2.0-rc.2" dependencies = [ "config", "dirs", diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index 1d8277e..9e7e1cd 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-cliff-core" -version = "2.2.0-rc.1" # managed by release.sh +version = "2.2.0-rc.2" # managed by release.sh description = "Core library of git-cliff" authors = ["git-cliff contributors "] license = "MIT OR Apache-2.0" diff --git a/git-cliff/Cargo.toml b/git-cliff/Cargo.toml index d4ec0df..f22fea5 100644 --- a/git-cliff/Cargo.toml +++ b/git-cliff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-cliff" -version = "2.2.0-rc.1" # managed by release.sh +version = "2.2.0-rc.2" # managed by release.sh description = "A highly customizable changelog generator ⛰️" authors = ["git-cliff contributors "] license = "MIT OR Apache-2.0" @@ -45,7 +45,7 @@ indicatif = { version = "0.17.8", optional = true } env_logger = "0.10.2" [dependencies.git-cliff-core] -version = "2.2.0-rc.1" # managed by release.sh +version = "2.2.0-rc.2" # managed by release.sh path = "../git-cliff-core" [dev-dependencies] diff --git a/npm/git-cliff/package.json b/npm/git-cliff/package.json index 660e828..ce80a03 100644 --- a/npm/git-cliff/package.json +++ b/npm/git-cliff/package.json @@ -1,6 +1,6 @@ { "name": "git-cliff", - "version": "2.2.0-rc.1", + "version": "2.2.0-rc.2", "description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️", "type": "module", "main": "lib/cjs/index.d.cts", @@ -85,12 +85,12 @@ "typescript": "^5.3.3" }, "optionalDependencies": { - "git-cliff-darwin-arm64": "2.2.0-rc.1", - "git-cliff-darwin-x64": "2.2.0-rc.1", - "git-cliff-linux-arm64": "2.2.0-rc.1", - "git-cliff-linux-x64": "2.2.0-rc.1", - "git-cliff-windows-arm64": "2.2.0-rc.1", - "git-cliff-windows-x64": "2.2.0-rc.1" + "git-cliff-darwin-arm64": "2.2.0-rc.2", + "git-cliff-darwin-x64": "2.2.0-rc.2", + "git-cliff-linux-arm64": "2.2.0-rc.2", + "git-cliff-linux-x64": "2.2.0-rc.2", + "git-cliff-windows-arm64": "2.2.0-rc.2", + "git-cliff-windows-x64": "2.2.0-rc.2" }, "eslintConfig": { "extends": [