[Python-modules-commits] [python-pysolar] 37/42: Create development-notes.md
Wolfgang Borgert
debacle at moszumanska.debian.org
Fri Oct 3 23:37:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag 0.6
in repository python-pysolar.
commit 690227001b64b92742472e5380df14c562c9d392
Author: Brandon Stafford <brandon at rascalmicro.com>
Date: Sat Apr 19 20:14:41 2014 -0400
Create development-notes.md
---
development-notes.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/development-notes.md b/development-notes.md
new file mode 100644
index 0000000..cf6897f
--- /dev/null
+++ b/development-notes.md
@@ -0,0 +1,14 @@
+### Contributing ###
+
+I'm happy to receive patches to Pysolar. Please make sure that your patch does not break the test suite before you send a pull request. If that's confusing, please feel free to send me an email.
+
+### Release procedure ###
+
+(These notes are just to remind Brandon how releases worked the last time he released a new version of Pysolar.)
+
+1. Patch, test, patch, test, until it works right. Commit and push to Github.
+2. Update the version number in setup.py.
+3. Update contributors.markdown if needed.
+4. Add a release on Github that matches the new version number: https://github.com/pingswept/pysolar/releases
+5. Test PyPI credentials with `python setup.py register`
+6. Run `python setup.py sdist upload`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git
More information about the Python-modules-commits
mailing list