Skip to content

Commit 2c6e4eb

Browse files
committed
Releasing version 1.0.0
1 parent c68ccb7 commit 2c6e4eb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
### 0.22.0
34
* d112a4a - Merge pull request #134 from elliottmurray/multiple-custom-provider-header (Elliott Murray, Mon May 11 16:32:49 2020 +0100)
45
* 58f8e6b - Fix some style issues (Elliott Murray, Wed Apr 29 12:35:00 2020 +0100)

pact/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Pact version info."""
22

3-
__version__ = '0.22.0'
3+
__version__ = '1.0.0'

release_prep.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ echo "Appended Changelog to $VERSION"
2020
git add CHANGELOG.md pact/__version__.py
2121
git commit -m "Releasing version $VERSION"
2222

23-
git tag -a "$TAG_NAME" -m "Releasing version $VERSION"
24-
25-
# && git push origin master --tags`
23+
git tag -a "$TAG_NAME" -m "Releasing version $VERSION" && git push origin master --tags`
2624
2725

0 commit comments

Comments
 (0)