2016-01-26 21:12:48 +03:00
---
layout: docs
title: Release process
group: getting-started
---
2016-03-19 04:44:22 +03:00
Material Design for Bootstrap has a well defined release process that is automated by [Gulp ](http://gulpjs.com ). See the [Build Tools ](../build-tools ) section for setup.
2016-01-26 21:12:48 +03:00
## Creating a release
### Add a release issue to Github
Use the following task template:
~~~~~~~~
2016-03-19 04:44:22 +03:00
- [] run `gulp publish` it will bump the version, build core, docs, gh-pages, publish them all (with a tag) and push to npm
- [] `meteor publish`
2016-01-26 21:12:48 +03:00
- [] close any milestone
2016-03-19 04:44:22 +03:00
- [] create release from tag and reference milestone issues
2016-01-26 21:12:48 +03:00
~~~~~~~~
### Github tasks
1. Close any related open milestone
1. Create a release and reference the milestone