Bump version 1.44.2#1223
Conversation
| You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it! | ||
|
|
||
| > [Changelog] CLI - Release of version 1.44.1 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix | ||
| > [Changelog] CLI - Release of version 1.44.2 |
There was a problem hiding this comment.
is it an on purpose line break ?
There was a problem hiding this comment.
Oooh, missed it I introduced a line feed :/
EtienneM
left a comment
There was a problem hiding this comment.
question: I wanted to wait for some other PRs to be merged before proceeding. Is there a reason why you create this release? Is it asked by the customer?
| git cherry-pick -m 1 <commit ID number X> | ||
| git push --set-upstream origin v1.44.1 | ||
| git push --set-upstream origin v1.44.2 | ||
|
|
| ```bash | ||
| git checkout <base commit ID> | ||
| git checkout -b v1.44.1 | ||
| git checkout -b v1.44.2 |
There was a problem hiding this comment.
issue: the new branch creation command is:
| git checkout -b v1.44.2 | |
| git switch --create v1.44.2 |
No, not asked by the customer. This ticket is simply within the Guardian queue, I saw your fix, I tested, and thought it was fine to release it. |
EtienneM
left a comment
There was a problem hiding this comment.
I'm sorry something was still opened on your side. I'll try to handle this release this week
Fine, I cancel this PR, sorry both for the noise and my wild linefeeds. |
No description provided.