aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-02-22 18:34:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-02-22 18:34:59 -0700
commit14aad751e39f43391ae3392efb74bab49c062c01 (patch)
tree970d478260f511a4119c4826815cf1bb03c4d6b0
parentc276fd22ec80c27ff34c1de3c2984a75640fa934 (diff)
parent93aee21a812bdb72dd408403108e4502384901fa (diff)
downloadpandoc-citeproc-preamble-14aad751e39f43391ae3392efb74bab49c062c01.tar.gz
Merge tag '1.2.4' into experimental
release 1.2.4 # gpg: Signature made Fri 22 Feb 2019 06:32:52 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md13
-rw-r--r--debian/changelog6
-rw-r--r--pandoc-citeproc-preamble.cabal2
3 files changed, 20 insertions, 1 deletions
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
+ <spwhitton@spwhitton.name> asking me to merge your branch, possibly
+ using git-request-pull(1)
+
+- prepare patches with git-format-patch(1), and send them to
+ <spwhitton@spwhitton.name>, possibly using git-send-email(1)
diff --git a/debian/changelog b/debian/changelog
index 4403301..124cba9 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 <spwhitton@spwhitton.name> Fri, 22 Feb 2019 18:30:12 -0700
+
pandoc-citeproc-preamble (1.2.3-1) experimental; urgency=medium
* Add override_dh_gencontrol stanza to generate a versioned dependency
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