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 58fb678
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
19 changes: 18 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 @@ -52,3 +53,19 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

changelog:
exclude:
labels:
- ignore-for-release
authors:
- dependabot
categories:
- title: Breaking Changes 🛠
- breaking-change
- title: lakeFS Version Update 🎉
labels:
- lakefs-version
- title: Other Changes
labels:
- "*"
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)

0 comments on commit 58fb678

Please sign in to comment.