Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 7a1ac22

Browse files
author
Allison Deal
authored
Bump version and document release process (#71)
1 parent c8de51d commit 7a1ac22

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ lint:
1313

1414
test:
1515
tox
16+
17+
release: clean-build
18+
poetry publish --build

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ Run tests using
2121
To run lint, use
2222

2323
make lint
24+
25+
## Release Updated Version
26+
First, make sure you have been added as a collaborator [here](https://pypi.org/manage/project/python-elemental/collaboration/).
27+
Manually increase the version [here](https://github.com/cbsinteractive/elemental/blob/master/pyproject.toml#L3) and run
28+
29+
make release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-elemental"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Python Client for Elemental On-Premises Appliances"
55
authors = ["CBS Interactive <[email protected]>"]
66
repository = "https://github.com/cbsinteractive/elemental.git"

0 commit comments

Comments
 (0)