Compare commits

..

1 commit

Author SHA1 Message Date
ddc04d2d0b WIP: TUI actor
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
2024-08-10 18:21:33 +01:00
4 changed files with 17 additions and 25 deletions

View file

@ -2,14 +2,6 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## `git-next` - [0.13.5](https://git.kemitix.net/kemitix/git-next/compare/git-next-v0.13.4...git-next-v0.13.5) - 2024-08-10
### Added
- make forge and repo alias more prominent in email
### Fixed
- invalid config section typo in README
## `git-next-forge-github` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.3...git-next-forge-github-v0.13.4) - 2024-08-08 ## `git-next-forge-github` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.3...git-next-forge-github-v0.13.4) - 2024-08-08
### Other ### Other

8
Cargo.lock generated
View file

@ -993,7 +993,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next" name = "git-next"
version = "0.13.5" version = "0.13.4"
dependencies = [ dependencies = [
"actix", "actix",
"actix-rt", "actix-rt",
@ -1031,7 +1031,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-core" name = "git-next-core"
version = "0.13.5" version = "0.13.4"
dependencies = [ dependencies = [
"actix", "actix",
"assert2", "assert2",
@ -1059,7 +1059,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-forgejo" name = "git-next-forge-forgejo"
version = "0.13.5" version = "0.13.4"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",
@ -1075,7 +1075,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-github" name = "git-next-forge-github"
version = "0.13.5" version = "0.13.4"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"] members = ["crates/*"]
[workspace.package] [workspace.package]
version = "0.13.5" version = "0.13.4"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"

View file

@ -1,23 +1,23 @@
[workspace] [workspace]
# Disable git releases for all packages by default # Disable git releases for all packages by default
git_release_enable = false git_release_enable = true
# Disable git tags for all packages by default # Disable git tags for all packages by default
git_tag_enable = false git_tag_enable = true
# set the path of all the crates to the changelog to the root of the repository # set the path of all the crates to the changelog to the root of the repository
changelog_path = "./CHANGELOG.md" changelog_path = "./CHANGELOG.md"
[[package]] # [[package]]
name = "git-next" # name = "git-next"
# (Optional) Customize the git tag name to remove the `my_main_package` prefix. # # (Optional) Customize the git tag name to remove the `my_main_package` prefix.
git_tag_name = "v{{ version }}" # git_tag_name = "v{{ version }}"
#
# Enable git tags for this package # # Enable git tags for this package
git_tag_enable = true # git_tag_enable = true
#
# Enable git releases for this package # # Enable git releases for this package
git_release_enable = true # git_release_enable = true
[changelog] [changelog]
body = """ body = """