forked from tokio-rs/console
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, the `tokio-console` CLI's crate is named `tokio-console`, but the directory is just named `console`. This causes some problems: for example, when we publish a release, the release tags are named `tokio-console-vX.Y.Z`. The GitHub Action for automatically publishing changelogs to GitHub Releases looks for the changelog in `<tag-prefix>/CHANGELOG.md`, but this doesn't work, because the tag prefix is not the name of the directory. So, the automatic release publishing currently fails for the console crate: https://github.com/tokio-rs/console/runs/4860467681?check_suite_focus=true I figured the easiest solution was just to rename the directory to match the crate name --- this is more consistent anyway.
- Loading branch information
Showing
27 changed files
with
8 additions
and
16 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 @@ | ||
[workspace] | ||
members = [ | ||
"console", | ||
"tokio-console", | ||
"console-subscriber", | ||
"console-api" | ||
] | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.