forked from Wandalen/wTools
-
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.
Refactor code to add a tree output with changes in the publish endpoint.
The code has been refactored to print out a tree that includes a report of package changes when executing a publish operation. This was achieved by expanding the functionality of various structs throughout the different modules involved in the publishing sequence, such as BumpReport and ExtendedBumpReport. Now, more detailed information such as package names, old and new versions, and files affected by the operation are provided.
- Loading branch information
1 parent
e595247
commit f168a17
Showing
3 changed files
with
54 additions
and
6 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
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