mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Add development notes
This commit is contained in:
parent
f21e305821
commit
eaed20d498
2 changed files with 15 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,6 +10,8 @@ build/README.md
|
|||
!Module_API_Docs.md
|
||||
# And the changelog
|
||||
!Changelog.md
|
||||
# And the development notes
|
||||
!Development.md
|
||||
|
||||
# The page index
|
||||
pageindex.json
|
||||
|
|
13
Development.md
Normal file
13
Development.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Development Notes
|
||||
This page contains a few notes about Pepperminty Wiki development. These notes are intended to remind me of things I need to do, but you may find them useful.
|
||||
|
||||
## Preparing for a release
|
||||
The following things need to be done to prepare for a release:
|
||||
|
||||
- Check for outstanding issues
|
||||
- Check the changelog
|
||||
- Make sure that the README is up to date
|
||||
- Make sure that Pepperminty Wiki actually works
|
||||
- Bump the version
|
||||
- (Stable releases only) Pull down changes to update online downloader at starbeamrainbowlabs.com/labs/peppermint/download.php
|
||||
- Write & publish the release
|
Loading…
Reference in a new issue