Skip to content
#

github-app

Here are 279 public repositories matching this topic...

Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin

  • Updated May 27, 2020
  • Dart
release-drafter
jonpas
jonpas commented Apr 18, 2020

Exposing category name as a "Change Template" variable would be useful for generating change logs in this format:

- ADDED: X (#100)
- ADDED: Y (#101)
- FIXED: Z (#99)

Relevant documentation:

Variable Description
$CATEGORY The category title of the pull request, e.g. Features.

As far as I know you can't do that with Replacers, as you only have one cat

riedgar-ms
riedgar-ms commented Oct 31, 2019

I believe I've found a case where the DCO enforcement, when there is one unsigned commit, but it is not the last one.

To reproduce, I branch my repo, add a file and commit it unsigned:

git checkout -b dco-test
<Create bugdemo.txt>
git add bugdemo.txt
git commit -a -m "Unsigned commit"
git push --set-upstream origin dco-test

Then I made a change to the bugdemo.txt file and ran:

Improve this page

Add a description, image, and links to the github-app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the github-app topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.