Skip to content

Commit

Permalink
chore: release 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Mar 11, 2023
1 parent 04572b3 commit d205b2a
Show file tree
Hide file tree
Showing 2 changed files with 12 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.2'
image: 'docker://ghcr.io/jenkins-x/jx-release-version:2.6.3'
entrypoint: 'github-actions-entrypoint.sh'
env:
PREVIOUS_VERSION: ${{ inputs.previous-version }}
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Changes in version 2.6.3

### Chores

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

### Other Changes

These commits did not use [Conventional Commits](https://conventionalcommits.org/) formatted messages:

* Update OWNERS_ALIASES (Mårten Svantesson)

0 comments on commit d205b2a

Please sign in to comment.