Skip to content

Commit

Permalink
ci(release-please): update version in Dockerfile (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 16, 2024
1 parent c3595c2 commit 3c35a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": true }
],
"extra-files": ["Dockerfile"],
"versioning": "always-bump-patch"
}
},
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@ LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-workflo
LABEL org.opencontainers.image.title="reana-workflow-engine-snakemake"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-snakemake"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.2"
# x-release-please-end

0 comments on commit 3c35a67

Please sign in to comment.