Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from boswelja/changelog-updates
Browse files Browse the repository at this point in the history
Changelog updates
  • Loading branch information
boswelja authored Apr 26, 2021
2 parents cf47f14 + c063a03 commit 8bcc7d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,16 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
stripHeaders: true
releaseBranch: "main"
pullRequests: true
author: true
issues: true
issuesWoLabels: true
prWoLabels: true
compareLink: true
filterByMilestone: false
unreleased: false
sinceTag: ${{ steps.version.outputs.pervious-version }}
addSections: '{"core":{"prefix":"**Core changes:**","labels":["core"]}, "tizen":{"prefix":"**Tizen changes:**","labels":["tizen"]}, "wearos":{"prefix":"**Wear OS changes:**","labels":["wearos"]}}'

- name: Create GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 8bcc7d3

Please sign in to comment.