-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Add release-drafter to project #172
feature: Add release-drafter to project #172
Conversation
- label: 'enhancement' | ||
branch: | ||
- '/feature\/.+/' | ||
body: | ||
- '/feature{0,1}\/.+/' | ||
title: | ||
- '/feature/i' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be nice to add label code-quality
or something related when pushing from refactor/*
branches
.github/release-drafter.yml
Outdated
- title: '🚀 Features' | ||
label: 'feature' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what you mean by same here
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To also have support for code quality branches
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
commit 63f9ffe Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu Jun 3 09:40:48 2021 +0200 docs: add gchamon as a contributor (#185) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit f3f0c8e Author: Gabriel Chamon Araujo <[email protected]> Date: Thu Jun 3 04:30:10 2021 -0300 added option to disable dns in wireguard conf (#168) * added option to disable dns in wireguard conf * updated readme * adding suggested edits - adding example in both docker and docker-compose commands - changing disableDNS from string to bool - removing the DNS line altogether - disabling dnsmasq service if dns is disabled commit e3cf519 Author: Jack <[email protected]> Date: Thu May 20 14:45:09 2021 +0100 feature: Add release-drafter to project (#172) * Add release-drafter to project * Extend release-drafter for features and refactor commit dda5a7e Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 14:18:05 2021 +0200 docs: add Coffeeri as a contributor (#183) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit fbd481c Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 14:06:09 2021 +0200 docs: add Freekers as a contributor (#182) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 1ef43bc Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 14:03:14 2021 +0200 docs: add dovreshef as a contributor (#181) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 6490762 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 14:02:21 2021 +0200 docs: add miki725 as a contributor (#180) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 1e86175 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 14:01:28 2021 +0200 docs: add d3473r as a contributor (#179) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 4f221ca Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 13:59:19 2021 +0200 docs: add vojta7 as a contributor (#178) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 7bf0af9 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 13:57:51 2021 +0200 docs: add SGudbrandsson as a contributor (#177) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 6570b64 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 13:48:43 2021 +0200 docs: add sinanmohd as a contributor (#176) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 0fa7706 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu May 20 13:47:27 2021 +0200 docs: add nhamlh as a contributor (#175) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
to:
cc: @subspacecommunity/subspace-maintainers
related to:
resolves:
Background
Adds release-drafter for consistent releases with snippets of what has recently been added based on PR titles
Changes
release-drafter
Testing
I've used this on my own projects and it is great for getting a release together over time