Skip to content

Commit

Permalink
Merge pull request #324 from flaxel/add-release-drafter
Browse files Browse the repository at this point in the history
Add release drafter
  • Loading branch information
phatblat authored Mar 14, 2021
2 parents a75eb83 + 7c9bac9 commit 50a659b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
categories:
- title: 'πŸš€ Features'
labels:
- 'πŸ†• feature request'
- title: 'πŸ› Bug Fixes'
labels:
- 'πŸ› bug'
template: |
## Changes
$CHANGES
16 changes: 16 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release Drafter

on:
push:
branches: [ master ]

jobs:
update_release_draft:

runs-on: ubuntu-latest

steps:
- name: Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 0 additions & 4 deletions CHANGELOG.md β†’ CHANGELOG-old.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

- 🍼 Formula updates from 1.8 release #319
- 🎨 Fix `mas outdated` & `mas upgrade` commands #312
thanks, [@rgoldberg](https://github.com/rgoldberg)!
- 🎨 Fix errors being output with "Warning" when not on TTY #312
thanks, [@rgoldberg](https://github.com/rgoldberg)!

## [v1.8.0] πŸ’ͺ🏼 arm64 support for M1 Macs - 2021-02-12

Expand Down

0 comments on commit 50a659b

Please sign in to comment.