Skip to content

Commit

Permalink
fix: add missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
SCedricThomas committed Feb 10, 2023
1 parent 74c5eed commit ecfd7c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### 1.27.2

* bump: go-scalingo v6.2.0
* fix(commands): cli help refactoring
* fix(commands): brought back --help command
* fix: use a current stacks in help

### 1.27.1

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ USAGE:
scalingo [global options] command [command options] [arguments...]
VERSION:
1.27.1
1.27.2
AUTHOR:
Scalingo Team <hello@scalingo.com>
Expand Down Expand Up @@ -295,8 +295,8 @@ Once the pull request merged, you can tag the new release.
#### Tag the New Release

```bash
git tag 1.27.1
git push origin master 1.27.1
git tag 1.27.2
git push origin master 1.27.2
```

Pushing the tag triggers a GitHub Action which builds the cross-platform binaries and create a new release.
Expand All @@ -311,6 +311,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.27.1 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
> [Changelog] CLI - Release of version 1.27.2 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.

0 comments on commit ecfd7c1

Please sign in to comment.