Skip to content

Commit

Permalink
Merge pull request #59 from ILikeYourHat/improve-publishing-workflow
Browse files Browse the repository at this point in the history
Improve publishing workflow
  • Loading branch information
ILikeYourHat authored Dec 21, 2024
2 parents 62384d5 + ddf6c85 commit cf0a5c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
changelog:
categories:
- title: Dependency updates
labels:
- dependencies
- title: Changes
labels:
- "*"
exclude:
labels:
- dependencies
- title: Dependency updates
labels:
- dependencies
5 changes: 2 additions & 3 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Publishing"
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
release:
types: [ published ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf0a5c8

Please sign in to comment.