Skip to content

Commit fe7d91b

Browse files
committed
Bump v7.0.0
1 parent 518f098 commit fe7d91b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## To Be Released
44

5+
## v7.0.0 (June 09 2020)
6+
57
* [storage] Get swift configuration from the environment
68

79
## v6.7.1 (May 19 2020)

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Bump new version number in:
1010
- `CHANGELOG.md`
1111
- `README.md`
1212

13+
Commit, tag and create a new release:
14+
15+
```sh
16+
git add CHANGELOG.md README.md
17+
git commit -m "Bump v7.0.0"
18+
git tag v7.0.0
19+
git push origin master
20+
git push --tags
21+
hub release create v7.0.0
22+
```
23+
1324
Tag and release a new version on GitHub
1425
[here](https://github.com/Scalingo/go-utils/releases/new) which includes the
1526
changelog.

0 commit comments

Comments
 (0)