-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve logging #31
Improve logging #31
Conversation
I saw something was in the works but I totally missed this PR. |
@Blarkdackbyte There was an issue with the GitHub superlinter. I updated it in master. |
The function 'getStagedFiles' (now 'getModifiedFiles') returns list of tracked and modified files in general
@saitho |
## [2.1.1](v2.1.0...v2.1.1) (2022-02-19) ### Bug Fixes * improve logging ([#31](#31)) ([e5a04d7](e5a04d7))
🎉 This PR is included in version 2.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you very much! |
@Blarkdackbyte Thanks for using my plugin! :) |
Hi!
I implemented the feature request from #30 with the help of its creator https://github.com/kaerbr :)
This pull request contains the following changes:
getStagedFiles
togetModifiedFiles
git status -s -uno
lists all tracked modified files, in the previous use case it is a special case, that they are staged filesmasterBranchName
toreleaseBranchName
and reference it as "release branch" in log messagesScreenshot:
Perhaps you can use some of these suggestions :)
Closes #30
greetings,
Basti