From 9b209741aa143fd80acf470235f8067e0e7fd88f Mon Sep 17 00:00:00 2001 From: mwhitneysdsu Date: Tue, 14 Jul 2015 08:53:45 -0700 Subject: [PATCH] Prep for 0.8.1 release --- application/config/constants.php | 2 +- bonfire/docs/release_process.md | 3 +++ composer.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/application/config/constants.php b/application/config/constants.php index e2f6f600a..f59b6541e 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -93,7 +93,7 @@ // Bonfire-specific Constants // ----------------------------------------------------------------------------- -define('BONFIRE_VERSION', 'v0.8.1-dev'); +define('BONFIRE_VERSION', 'v0.8.1'); // ----------------------------------------------------------------------------- // The 'App Area' allows you to specify the base folder used for all of the contexts diff --git a/bonfire/docs/release_process.md b/bonfire/docs/release_process.md index 458ea57e0..7b617f834 100644 --- a/bonfire/docs/release_process.md +++ b/bonfire/docs/release_process.md @@ -10,3 +10,6 @@ ## GitHub +* Push updated files to dev branch +* Create a pull request or create new branch from dev branch (switch to dev branch, if necessary, then create new branch) +* Go to the releases page and "Draft a new release" diff --git a/composer.json b/composer.json index 55ef8c6b0..829d7d971 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ci-bonfire/bonfire", "description": "Kickstart your CodeIgniter-based web application development.", - "version": "0.8.1-dev", + "version": "0.8.1", "type": "project", "homepage": "http://cibonfire.com", "license": "MIT",