summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-11-19 20:43:43 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-11-19 20:43:43 +0100
commit1e1dab7cceedd4e04881b490d250f526e777b32c (patch)
tree11bacf7690095bd21230b320440fee82889d8915
parent56dece56e78f5d3f509775e9ce56ce1064c844f0 (diff)
Added CHANGELOG to README
-rw-r--r--README.md1
-rwxr-xr-xrelease-mac5
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 91e4efc6..9b334e9e 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,7 @@ Further reading
---------------
[FAQ](FAQ.md) and [CONTRIBUTING](CONTRIBUTING.md) documentation.
+[CHANGELOG](CHANGELOG.md)
[Website](https://qtpass.org/)
[Source code](https://github.com/IJHack/qtpass)
diff --git a/release-mac b/release-mac
index 82177c18..c0b1ac71 100755
--- a/release-mac
+++ b/release-mac
@@ -1,6 +1,7 @@
sed 's/FAQ\.md/https:\/\/qtpass.org\/docs\/md__f_a_q.html/' < README.md > README.faq
-sed 's/CONTRIBUTING\.md/https:\/\/qtpass.org\/docs\/md__c_h_a_n_g_e_l_o_g.html/' < README.faq > README.contrib
-sed 's/\[\!.*//' < README.contrib > README.clean
+sed 's/CONTRIBUTING\.md/https:\/\/qtpass.org\/docs\/md__c_o_n_t_r_i_b_u_t_i_n_g.html/' < README.faq > README.contrib
+sed 's/CHANGELOG\.md/https:\/\/qtpass.org\/docs\/md__c_h_a_n_g_e_l_o_g.html/' < README.contrib > README.changelog
+sed 's/\[\!.*//' < README.changelog > README.clean
pandoc --standalone --from=markdown_github --to=rtf --output=README.rtf README.clean FAQ.md CONTRIBUTING.md CHANGELOG.md
doxygen
qmake CONFIG+=release && make && macdeployqt QtPass.app && appdmg appdmg.json QtPass.dmg