Skip to content

Commit 1bc7b9e

Browse files
committed
ci: implement automated release workflow with version management and changelog generation
1 parent a8b55a6 commit 1bc7b9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Release Management
22

3+
# Required permissions for the workflow token
4+
permissions:
5+
contents: write # For commits and pushes
6+
pull-requests: write # For creating releases
7+
38
on:
49
push:
510
branches:

0 commit comments

Comments
 (0)