Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
time
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rinat Striungis
time
Commits
098d9070
Commit
098d9070
authored
8 years ago
by
Ashley Yakeley
Browse files
Options
Downloads
Patches
Plain Diff
Add pre-release checklist
parent
9e92f654
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Checklist
+61
-0
61 additions, 0 deletions
Checklist
with
61 additions
and
0 deletions
Checklist
0 → 100644
+
61
−
0
View file @
098d9070
Before release:
1. Check appropriate issues are fixed
https://github.com/haskell/time/pulls
https://github.com/haskell/time/issues
2. Update version numbers
https://pvp.haskell.org/
time.cabal
configure.ac
3. Update changelog
changelog.md
4. Use latest LTS resolver
https://www.stackage.org/lts
time.cabal
(not necessarily benchmark/time-bench.cabal)
5. Build & test
stack build --pedantic --test --haddock && echo OK
6. Build benchmark
cd benchmark
stack build --pedantic
(ignore missing modules warning)
stack exec -- time-bench
7. Read through generated haddock
.stack-work/install/[PLATFORM]/[RESOLVER]/[COMPILER]/doc/index.html
8. Commit and push changes to repo
git commit -a
git push
9. Check Travis build
https://travis-ci.org/haskell/time
10. Build and test on Windows
git pull
stack build --pedantic --test --haddock && echo OK
11. Upload to Hackage
stack upload .
http://hackage.haskell.org/package/time
12. Tag commit
git tag -a -s [TAG]
git push --tags
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment