File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 22
33## To Be Released
44
5+ ## 1.43.0
6+
57* feat(databases next generation): add database plan upgrade command
68* feat(apps): support HDS resource on application creation
79
Original file line number Diff line number Diff line change 1- # Scalingo-CLI v1.42 .0
1+ # Scalingo-CLI v1.43 .0
22
33![ publish workflow] ( https://github.com/Scalingo/cli/actions/workflows/publish.yml/badge.svg )
44
5656 scalingo [global options] command [command options] [arguments...]
5757
5858VERSION:
59- 1.42 .0
59+ 1.43 .0
6060
6161AUTHOR:
6262 Scalingo Team <hello@scalingo.com>
@@ -276,12 +276,12 @@ the commit for the version bump.
276276
277277``` bash
278278git checkout < base commit ID>
279- git checkout -b v1.42 .0
279+ git checkout -b v1.43 .0
280280git cherry-pick -m 1 < commit ID number 1>
281281git cherry-pick -m 1 < commit ID number 2>
282282...
283283git cherry-pick -m 1 < commit ID number X>
284- git push --set-upstream origin v1.42 .0
284+ git push --set-upstream origin v1.43 .0
285285```
286286
287287### New Version Bump
@@ -296,7 +296,7 @@ Bump new version number in:
296296And commit these changes:
297297
298298``` bash
299- version=" 1.42 .0"
299+ version=" 1.43 .0"
300300
301301git switch --create release/${version}
302302git add .
@@ -326,7 +326,7 @@ It serves as cache between GitHub and our customers for a more efficient check o
326326
327327You can now update the [ changelog] ( https://doc.scalingo.com/changelog ) and tweet about it!
328328
329- > [ Changelog] CLI - Release of version 1.42 .0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
329+ > [ Changelog] CLI - Release of version 1.43 .0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
330330
331331Add in a tweets thread the changelog of this new version.
332- 1.42 .0
332+ 1.43 .0
Original file line number Diff line number Diff line change 1- 1.42 .0
1+ 1.43 .0
Original file line number Diff line number Diff line change 11package config
22
3- var Version = "1.42 .0"
3+ var Version = "1.43 .0"
You can’t perform that action at this time.
0 commit comments