Skip to content

Commit

Permalink
prep go package
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellGerdisch committed Dec 4, 2024
1 parent b403927 commit b53d8c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BUILD-PUBLISH-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ To publish a new package:

### Go
Just need to create a tag of the form `sdk/v0.0.0`.
* `git tag vVERSION`
* `git tag sdk/vVERSION`
* E.g. `git tag sdk/v3.1.4`
* `git push origin vVERSION`
* `git push origin sdk/vVERSION`
* E.g. `git push origin sdk/v3.1.4`

## Testing Notes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 3.3.4
VERSION := 3.3.5

PACK := stackmgmt
ORG := pulumi-pequod
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/bin/pequod_stackmgmt.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pequod-stackmgmt
Version: 3.3.4
Version: 3.3.5
Requires-Python: >=3.7
Description-Content-Type: text/markdown

Expand Down
2 changes: 1 addition & 1 deletion sdk/python/bin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from subprocess import check_call


VERSION = "3.3.4"
VERSION = "3.3.5"
def readme():
try:
with open('README.md', encoding='utf-8') as f:
Expand Down

0 comments on commit b53d8c3

Please sign in to comment.