Skip to content

Commit

Permalink
Release notes added
Browse files Browse the repository at this point in the history
  • Loading branch information
olibu committed Feb 7, 2023
1 parent 4f20bd7 commit 72384d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "chrome web store packaging"
name: "Release build for chrome web store"

on:
push:
tags:
- "V**"
- "V*.*.*"

permissions:
contents: write
Expand All @@ -30,6 +30,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: RELEASE.md
generate_release_notes: true
fail_on_unmatched_files: true
files: |
Expand Down
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# New Features:
- Release build based on github actions

# Bugfixes:
- none

0 comments on commit 72384d0

Please sign in to comment.