Skip to content

Commit

Permalink
ci(release-please): add missing extra files to be updated (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 16, 2024
1 parent abb8969 commit e64af3f
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 @@ -25,4 +25,6 @@ LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-message
LABEL org.opencontainers.image.title="reana-message-broker"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-message-broker"
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 e64af3f

Please sign in to comment.