Skip to content

Commit 83cfc36

Browse files
committed
chore(release): prepare for v1.3.0-rc.0
1 parent b745778 commit 83cfc36

File tree

5 files changed

+60
-12
lines changed

5 files changed

+60
-12
lines changed

Diff for: CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.0-rc.0](https://github.com/orhun/git-cliff/compare/v1.2.0..v1.3.0-rc.0) - 2023-08-19
6+
7+
### ⛰️ Features
8+
9+
- *(changelog)* [**breaking**] Add postprocessors ([#155](https://github.com/orhun/git-cliff/issues/155)) - ([5dc5fb7](https://github.com/orhun/git-cliff/commit/5dc5fb786db922322faacf928cc571a2d785cab2))
10+
11+
### 🐛 Bug Fixes
12+
13+
- Fix previous release references - ([fbb605e](https://github.com/orhun/git-cliff/commit/fbb605e4f663d96ad140767bf816b5af8c97a92e))
14+
15+
### 🚜 Refactor
16+
17+
- *(clippy)* Apply clippy suggestions - ([4c09759](https://github.com/orhun/git-cliff/commit/4c097591584f15f61fa830feb0d738f051a009c3))
18+
- *(clippy)* Apply clippy suggestions - ([a814bbe](https://github.com/orhun/git-cliff/commit/a814bbea34050301cec8140d6a12aa28ff62ae32))
19+
- *(docker)* Avoid copying volume inside container ([#142](https://github.com/orhun/git-cliff/issues/142)) - ([65d365c](https://github.com/orhun/git-cliff/commit/65d365c7b521e30ebc173d97f10c41da604582ae))
20+
- *(lib)* Use implicit serde imports - ([c8cf855](https://github.com/orhun/git-cliff/commit/c8cf855939ce588824d7a4109ddf0f1c0828b6c6))
21+
22+
### 📚 Documentation
23+
24+
- *(example)* Update the header of configuration examples - ([0bf5ebe](https://github.com/orhun/git-cliff/commit/0bf5ebe79b293d28a3ed168ef26e4d7c2477614a))
25+
- *(example)* Add example for generating changelog similar to cocogitto - ([e1cf26e](https://github.com/orhun/git-cliff/commit/e1cf26e2a57266e786b395a76f0fc95a7b723cc3))
26+
27+
### 🎨 Styling
28+
29+
- *(config)* Further beautify the changelog in this repo - ([fd7446c](https://github.com/orhun/git-cliff/commit/fd7446ce2f977da44620dc61a95a7e642f6fd000))
30+
- *(config)* Apply formatting to configuration files - ([e9aa991](https://github.com/orhun/git-cliff/commit/e9aa9918b650cc88b53e4c96783d5161a94cee9a))
31+
- Fix formatting - ([14725e5](https://github.com/orhun/git-cliff/commit/14725e547bb40cd4c3c152515b7c5994eed4a49e))
32+
33+
### 🧪 Testing
34+
35+
- *(changelog)* Add cases for `docs:` prefix ([#167](https://github.com/orhun/git-cliff/issues/167)) - ([3a717e2](https://github.com/orhun/git-cliff/commit/3a717e25aa8fb757dd7af80463938be426313139))
36+
- *(repo)* Add an informative error message to failing test - ([7d7470b](https://github.com/orhun/git-cliff/commit/7d7470b2d0d030135aab09369d6484837c2bd6c7))
37+
- Fix keep a changelog test case - ([0a6ed62](https://github.com/orhun/git-cliff/commit/0a6ed62f57929657c1c464c371c100217f7eeb50))
38+
- Fix keep a changelog test case - ([f5d3365](https://github.com/orhun/git-cliff/commit/f5d336522682d31ba5f4486c6ef0880e8160de95))
39+
40+
### ⚙️ Miscellaneous Tasks
41+
42+
- *(cd)* Support creating prereleases on GitHub - ([a22426a](https://github.com/orhun/git-cliff/commit/a22426a37d6278f1d348751d00928a20057b578c))
43+
- *(config)* Add additional parsers for default config - ([b745778](https://github.com/orhun/git-cliff/commit/b7457785e6b753ccd9c163b18ad557a0a621f87c))
44+
- *(config)* Update configuration for alpha/beta/rc releases - ([7e7e5a7](https://github.com/orhun/git-cliff/commit/7e7e5a7e09acf6e91e45b25cb567a8f9bdd56bb5))
45+
- *(config)* Skip dependency updates in the changelog - ([b2edc23](https://github.com/orhun/git-cliff/commit/b2edc231a6d999f3af737a2bff00309b499e13d7))
46+
- *(core)* Make git2 optional - ([5fdf39a](https://github.com/orhun/git-cliff/commit/5fdf39ae32441ce70a942e577e31ba0cd2323137))
47+
- *(github)* Add config for welcome bot - ([a4725d4](https://github.com/orhun/git-cliff/commit/a4725d4ce43340cdb0483ac2bb7566c00dc7a991))
48+
- *(mergify)* Rename mergify configuration file - ([9fd1be6](https://github.com/orhun/git-cliff/commit/9fd1be6dc6a5189911572caab99f13c72903af09))
49+
- *(mergify)* Add configuration file for automatic merge ([#245](https://github.com/orhun/git-cliff/issues/245)) - ([0a79aae](https://github.com/orhun/git-cliff/commit/0a79aae3576aaa17385d17d114ef6d3f3aa1fb48))
50+
- *(pypi)* Publish `git-cliff` on PyPI ([#158](https://github.com/orhun/git-cliff/issues/158)) - ([2b7a1ef](https://github.com/orhun/git-cliff/commit/2b7a1efaafca017c4a21f1af25c6047347119e8d))
51+
- Check without default features - ([e323621](https://github.com/orhun/git-cliff/commit/e323621094141acaab360d6fa42990c7cdd4bac4))
52+
553
## [1.2.0](https://github.com/orhun/git-cliff/compare/v1.1.2..v1.2.0) - 2023-04-28
654

755
### ⛰️ Features

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: git-cliff-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-cliff-core"
3-
version = "1.2.0" # managed by release.sh
3+
version = "1.3.0-rc.0" # managed by release.sh
44
description = "Core library of git-cliff"
55
authors = ["git-cliff contributors <[email protected]>"]
66
license = "GPL-3.0"

Diff for: git-cliff/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-cliff"
3-
version = "1.2.0" # managed by release.sh
3+
version = "1.3.0-rc.0" # managed by release.sh
44
description = "A highly customizable changelog generator ⛰️"
55
authors = ["git-cliff contributors <[email protected]>"]
66
license = "GPL-3.0"
@@ -35,7 +35,7 @@ clap_complete = "4.3.2"
3535
clap_mangen = "0.2.12"
3636

3737
[dependencies.git-cliff-core]
38-
version = "1.2.0" # managed by release.sh
38+
version = "1.3.0-rc.0" # managed by release.sh
3939
path = "../git-cliff-core"
4040

4141
[dependencies.clap]

Diff for: npm/git-cliff/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-cliff",
3-
"version": "1.2.0",
3+
"version": "1.3.0-rc.0",
44
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️",
55
"bin": "lib/index.js",
66
"scripts": {
@@ -62,12 +62,12 @@
6262
"typescript": "^4.9.4"
6363
},
6464
"optionalDependencies": {
65-
"git-cliff-linux-x64": "1.2.0",
66-
"git-cliff-linux-arm64": "1.2.0",
67-
"git-cliff-darwin-x64": "1.2.0",
68-
"git-cliff-darwin-arm64": "1.2.0",
69-
"git-cliff-windows-x64": "1.2.0",
70-
"git-cliff-windows-arm64": "1.2.0"
65+
"git-cliff-linux-x64": "1.3.0-rc.0",
66+
"git-cliff-linux-arm64": "1.3.0-rc.0",
67+
"git-cliff-darwin-x64": "1.3.0-rc.0",
68+
"git-cliff-darwin-arm64": "1.3.0-rc.0",
69+
"git-cliff-windows-x64": "1.3.0-rc.0",
70+
"git-cliff-windows-arm64": "1.3.0-rc.0"
7171
},
7272
"eslintConfig": {
7373
"extends": [

0 commit comments

Comments
 (0)