-
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-cliff-core" | ||
version = "2.3.0" # managed by release.sh | ||
version = "2.3.0" # managed by release.sh | ||
description = "Core library of git-cliff" | ||
authors = ["git-cliff contributors <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -17,6 +17,7 @@ default = ["repo"] | |
## You can turn this off if you already have the commits to put in the | ||
## changelog and you don't need `git-cliff` to parse them. | ||
repo = ["dep:git2", "dep:glob", "dep:indexmap"] | ||
# Enable integration with remote repositories. | ||
remote = [ | ||
"dep:reqwest", | ||
"dep:http-cache-reqwest", | ||
|
@@ -37,7 +38,7 @@ gitlab = ["remote"] | |
## to make network requests to the Bitbucket API. | ||
bitbucket = ["remote"] | ||
## Enable integration with Gitea. | ||
## You can turn this off if you don't use Bitbucket and don't want | ||
## You can turn this off if you don't use Gitea and don't want | ||
## to make network requests to the Gitea API. | ||
gitea = ["remote"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-cliff" | ||
version = "2.3.0" # managed by release.sh | ||
version = "2.3.0" # managed by release.sh | ||
description = "A highly customizable changelog generator ⛰️" | ||
authors = ["git-cliff contributors <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -26,7 +26,7 @@ path = "src/bin/mangen.rs" | |
default = ["update-informer", "github", "gitlab", "gitea", "bitbucket"] | ||
# inform about new releases | ||
update-informer = ["dep:update-informer"] | ||
# enable code forge integration | ||
# enable remote repository integration | ||
remote = ["dep:indicatif"] | ||
# enable GitHub integration | ||
github = ["remote", "git-cliff-core/github"] | ||
|
@@ -53,7 +53,7 @@ indicatif = { version = "0.17.8", optional = true } | |
env_logger = "0.10.2" | ||
|
||
[dependencies.git-cliff-core] | ||
version = "2.3.0" # managed by release.sh | ||
version = "2.3.0" # managed by release.sh | ||
path = "../git-cliff-core" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters