Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into validator-epochs-zip25
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHinshelwood committed Oct 14, 2024
2 parents a17385a + dd2bede commit 91e49c9
Show file tree
Hide file tree
Showing 54 changed files with 13,594 additions and 16,521 deletions.
5 changes: 5 additions & 0 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
template: |
## What's Changed
$CHANGES
change-template: '- [#$NUMBER]: $TITLE'
3 changes: 2 additions & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "ZQ2 image release"

on:
workflow_dispatch:
push:
branches:
- 'release/**'
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
permissions:
id-token: write
contents: write
if: ${{ github.ref_name == 'main' }} || ${{ github.ref_name == 'dl-retry' }}
if: ${{ github.ref_name == 'main' }} || ${{ github.event_name == 'workflow_dispatch' }}
runs-on: [ self-hosted, gcp]
env:
GCP_REGISTRY_DOMAIN: asia-docker.pkg.dev
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Release Drafter

on:
push:
branches:
- main

permissions:
contents: read

jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
# Drafts the next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yaml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63 changes: 0 additions & 63 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 91e49c9

Please sign in to comment.