Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #11290
Closed
Open
Issue created Oct 30, 2013 by Mark Otto@mdoContributor

Release checklist

We should figure out a checklist for release so that we don't miss key bugs, cover our asses, and don't forget about our awesome partners like @jdorfman.

Rough first pass just to get things going:

  • Close ship list issue (e.g., #10050 (closed))
  • Open new release issue
    • Include this checklist
    • Ping folks to coordinate release (mainly @jdorfman for CDN)
  • Bump version numbers in repo
    • package.json
    • bower.json
    • _config.yml
    • Use grunt change-version-number --oldver=A.B.C --newver=X.Y.Z and stage the changes manually
  • Run grunt one last time
  • Push to master
  • git co gh-pages and git merge master
  • Generate bootstrap-*.*.*-dist.zip file for release
  • Cut and push release on GitHub with dist folder and release notes
  • Push gh-pages
  • Push blog post
  • Tweet tweet

Curious if we should get more fine grained than that.

/cc @twbs/team

Assignee
Assign to
Time tracking