WxHaskell/Development/Release procedure: Difference between revisions
< WxHaskell | Development
(Added remark about "List of language bindings for wxWidgets") |
|||
Line 24: | Line 24: | ||
* Update the [[wxHaskell#News | wxHaskell news]] | * Update the [[wxHaskell#News | wxHaskell news]] | ||
* Update the installation descriptions in the Haskell wiki, especially the [[wxHaskell/Windows | Windows]] version | * Update the installation descriptions in the Haskell wiki, especially the [[wxHaskell/Windows | Windows]] version | ||
* Update the [https://en.wikipedia.org/wiki/List_of_language_bindings_for_wxWidgets List of language bindings for wxWidgets] on Wikipedia | |||
[[Category:wxHaskell]] | [[Category:wxHaskell]] |
Revision as of 10:43, 5 October 2015
The wxHaskell release procedure
- Update the file README.md
- Update revisions in the .cabal files of wxdirect, wxc, wxcore and wx
- Check if the packages and samples compile and the samples run
- Commit the changes to the local Git repository
- Add a tag in the format
wxhaskell-x-y-z-w
- to the local Git repository
- Push to GitHub
- Create distribution files with
cabal sdist
- for each package
- Upload the distribution files to Hackage
- Download the candidate packages and compile them
- Release the candidate packages
- Send an announcement to
Haskell Café <haskell-cafe@haskell.org>, Haskell <haskell@haskell.org>, wxHaskell user mailing list <wxhaskell-users@lists.sourceforge.net>, wxHaskell developer mailing list <wxhaskell-devel@lists.SourceForge.net>, Daan Leijen <daan@microsoft.com>
- Update the wxHaskell news
- Update the installation descriptions in the Haskell wiki, especially the Windows version
- Update the List of language bindings for wxWidgets on Wikipedia