Skip to content

Commit d2ba6a6

Browse files
authored
[prep] v0.1.1 release (#9)
* add dockerignore * update version * add changelog * update ci workflow
1 parent 9ba5499 commit d2ba6a6

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.dockerignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.github
2+
.gitignore
3+
.pep8speaks.yml
4+
5+
dist/
6+
docs/
7+
mkdocs.yml
8+
9+
*.md
10+
!README.md

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: Create and publish cnb-tools Docker image upon release
1+
name: Deploy image
22
on:
33
release:
4-
types:
5-
- 'published'
4+
types: [created]
65
workflow_dispatch: # for testing
76

87

docs/changelog/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.1
2+
3+
### Internal
4+
* Add Dockerfile for GH package.
5+
* Add CI workflow to deploy image on ghcr.io.
6+
17
## 0.1.0
28

39
### Internal

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 = "cnb-tools"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Convenience tools/functions for challenges and benchmarking on Synapse.org"
55
license = "Apache-2.0"
66
authors = ["Sage CNB Team <[email protected]>"]

0 commit comments

Comments
 (0)