-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bump version 1.26.0 #810
Merged
Merged
Bump version 1.26.0 #810
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Scalingo-CLI v1.25.1 | ||
# Scalingo-CLI v1.26.0 | ||
|
||
![publish workflow](https://github.com/Scalingo/cli/actions/workflows/publish.yml/badge.svg) | ||
|
||
|
@@ -56,7 +56,7 @@ USAGE: | |
scalingo [global options] command [command options] [arguments...] | ||
|
||
VERSION: | ||
1.25.1 | ||
1.26.0 | ||
|
||
AUTHOR: | ||
Scalingo Team <[email protected]> | ||
|
@@ -260,12 +260,12 @@ the commit for the version bump. | |
|
||
```bash | ||
git checkout <base commit ID> | ||
git checkout -b v1.25.1 | ||
git checkout -b v1.26.0 | ||
git cherry-pick -m 1 <commit ID number 1> | ||
git cherry-pick -m 1 <commit ID number 2> | ||
... | ||
git cherry-pick -m 1 <commit ID number X> | ||
git push --set-upstream origin v1.25.1 | ||
git push --set-upstream origin v1.26.0 | ||
``` | ||
|
||
### New Version Bump | ||
|
@@ -280,10 +280,10 @@ Bump new version number in: | |
And commit these changes: | ||
|
||
```bash | ||
git switch --create release/1.25.1 | ||
git switch --create release/1.26.0 | ||
git add . | ||
git commit -m "Bump version 1.25.1" | ||
git push --set-upstream origin release/1.25.1 | ||
git commit -m "Bump version 1.26.0" | ||
git push --set-upstream origin release/1.26.0 | ||
gh pr create --reviewer=EtienneM --title "$(git log -1 --pretty=%B)" | ||
``` | ||
|
||
|
@@ -292,8 +292,8 @@ Once the pull request merged, you can tag the new release. | |
#### Tag the New Release | ||
|
||
```bash | ||
git tag 1.25.1 | ||
git push origin master 1.25.1 | ||
git tag 1.26.0 | ||
git push origin master 1.26.0 | ||
``` | ||
|
||
Pushing the tag triggers a GitHub Action which builds the cross-platform binaries and create a new release. | ||
|
@@ -308,6 +308,6 @@ It serves as cache between GitHub and our customers for a more efficient check o | |
|
||
You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it! | ||
|
||
> [Changelog] CLI - Release of version 1.25.1 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix | ||
> [Changelog] CLI - Release of version 1.26.0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix | ||
|
||
Add in a tweets thread the changelog of this new version. |
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 +1 @@ | ||
1.25.1 | ||
1.26.0 |
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,3 +1,3 @@ | ||
package config | ||
|
||
var Version = "1.25.1" | ||
var Version = "1.26.0" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing about windows then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it's an internal change we didn't added an entry. Do you want me to add one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moreover it does not seem to actually fix the issue...
#809
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It depends if it would fix any issue or not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the odd thing. On @QuentinEscudierScalingo Windows computer, it seems it fixes the issue. On a Outscale Windows server, it does not fix the issue. So.... 🤷🏾
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arf..