Skip to content

Commit

Permalink
chore: release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Aug 15, 2023
1 parent 9ec4ed5 commit 190a1b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ outputs:
description: 'The next release version'
runs:
using: 'docker'
image: 'docker://ghcr.io/jenkins-x/jx-release-version:2.6.11'
image: 'docker://ghcr.io/jenkins-x/jx-release-version:2.7.0'
entrypoint: 'github-actions-entrypoint.sh'
env:
PREVIOUS_VERSION: ${{ inputs.previous-version }}
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Changes in version 2.7.0

### New Features

* allow retrieving commits headline messages from `-commit-headlines` CLI flag (Hervé Le Meur)

### Chores

* upgrade image to 2.6.11 (jenkins-x-bot)

0 comments on commit 190a1b9

Please sign in to comment.