We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518f098 commit fe7d91bCopy full SHA for fe7d91b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## To Be Released
4
5
+## v7.0.0 (June 09 2020)
6
+
7
* [storage] Get swift configuration from the environment
8
9
## v6.7.1 (May 19 2020)
README.md
@@ -10,6 +10,17 @@ Bump new version number in:
10
- `CHANGELOG.md`
11
- `README.md`
12
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
24
Tag and release a new version on GitHub
25
[here](https://github.com/Scalingo/go-utils/releases/new) which includes the
26
changelog.
0 commit comments