From 92e49db918b5d0074eb3692358ca657b3bb2460d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Feb 2017 15:28:05 -0700 Subject: add a github PR template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..32cf2b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +Thank you for your interest in contributing to this project! + +Please **do not** submit a pull request on GitHub. This repository is +an automated mirror, and I don't develop using GitHub's platform. + +Instead, either + +- publish a branch somewhere (a GitHub fork is fine), and e-mail + asking me to merge your branch, possibly + using git-request-pull(1) + +- prepare patches with git-format-patch(1), and send them to + , possibly using git-send-email(1) -- cgit v1.2.3 From 93aee21a812bdb72dd408403108e4502384901fa Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 22 Feb 2019 18:32:43 -0700 Subject: release 1.2.4 Debian unstable has 1.2.3+b1, and I attempted to upload 1.2.3-1 to experimental, switching to a non-native package. The binaries were rejected because 1.2.3-1 << 1.2.3+b1. Simplest fix is to release 1.2.4 upstream and upload 1.2.4 to experimental. Thanks to James Clarke for isolating the problem. --- debian/changelog | 6 ++++++ pandoc-citeproc-preamble.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b03ab8a..6aabe16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pandoc-citeproc-preamble (1.2.4) unstable; urgency=medium + + * Add a GitHub pull request template. + + -- Sean Whitton Fri, 22 Feb 2019 18:30:12 -0700 + pandoc-citeproc-preamble (1.2.3) unstable; urgency=medium * Convert changelog to Debian's format. diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal index 1732210..8d4194c 100644 --- a/pandoc-citeproc-preamble.cabal +++ b/pandoc-citeproc-preamble.cabal @@ -1,5 +1,5 @@ name: pandoc-citeproc-preamble -version: 1.2.3 +version: 1.2.4 synopsis: Insert a preamble before pandoc-citeproc's bibliography description: Please see README.md homepage: https://github.com/spwhitton/pandoc-citeproc-preamble -- cgit v1.2.3