Skip to content

Commit

Permalink
This is my release with PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Nov 19, 2024
1 parent d9aa7e2 commit 8244f77
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
contents: write # needed to write releases
pull-requests: read # needed for changelog
needs: lint
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -50,5 +51,7 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
with:
config: releaser.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## v1.3.18

:new: What's new:
- Updated lakeFS version to [1.42.0](https://github.com/treeverse/lakeFS/releases/tag/v1.42.0)
2 changes: 1 addition & 1 deletion charts/lakefs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: lakefs
description: A Helm chart for running LakeFS on Kubernetes
type: application
version: 1.3.18
version: 1.3.19-dev
appVersion: 1.42.0

home: https://lakefs.io
Expand Down
1 change: 1 addition & 0 deletions release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release-notes-file: CHANGELOG.md

0 comments on commit 8244f77

Please sign in to comment.