Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FUZB-130] Poetry update for multi projects (#7)
* [FUZB-92] Bug fix changing version check to not check for micro release * [FUZB-92] Allow directory to be given as argument * [FUZB-92] Add echo statement * [FUZB-92] Add update poetry * [FUZB-92] Try adding installation directory arguments * [FUZB-92] Fix arg syntax * [FUZB-92] Install from lock file * [FUZB-92] Set virtualenvs-create to true * [FUZB-92] add echo statements * [FUZB-92] Change to allow update message * [FUZB-92] Change to allow multiple PRs * [FUZB-130] Update to add env variables to GITHUB_ENV * [FUZB-130] Fix bash script * [FUZB-130] Add missing $ * [FUZB-130] Move string manipulation into sed * [FUZB-130] Fix space in variable assignment * [FUZB-130] Remove trailing dashes * [FUZB-130] Add quotes to assignment * [FUZB-130] Debugging statements * [FUZB-130] Change variable assignment syntax * [FUZB-130] Change variable assignment syntax * [FUZB-130] Debug commit * [FUZB-130] Add quotes around assignment * [FUZB-130] Add quotes around assignment * [FUZB-130] Change to double quotes * [FUZB-130] Debug commit * [FUZB-130] use alternative assignment syntax * [FUZB-130] Remove spaces * [FUZB-130] Syntax change * [FUZB-130] bug fixes * [FUZB-130] Set PR details from env variables * [FUZB-130] Set Commit Message * [FUZB-130] Add slash to directory * [FUZB-130] echo current directory * [FUZB-130] echo current directory * [FUZB-130] Add run update condition to generating commit message and PR details * [FUZB-130] More debug statements * [FUZB-130] More debug statements * [FUZB-130] isolate update step * [FUZB-130] isolate text writing step * [FUZB-130] More debugging * [FUZB-130] Fix comparison to check if multi-project repo * [FUZB-130] Add back in updating grep * [FUZB-130] Remove quotes around poetry * [FUZB-130] Remove quotes around poetry * [FUZB-130] Add grep back in * [FUZB-130] Check if the problem is writing an empty string to file * [FUZB-130] Add echo as workaround * [FUZB-130] Change echo to be combined with cat * [FUZB-130] Change echo to be combined with cat * [FUZB-130] Experiment with removing all text processing from poetry update message * [FUZB-130] Fix test new test condition. * [FUZB-130] Remove trailing dashes and second attempt at fixing conditional * [FUZB-130] Remove commented out text processing * [FUZB-130] Add example to README * [FUZB-130] Grammar and unnecessary `pwd` command
- Loading branch information