Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GpoNsU committed May 27, 2015
1 parent 2c73e34 commit 4cab1f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
psique (1.0.2)
psique (2.0.0)
bourbon
coffee-rails
font-awesome-rails
Expand Down
23 changes: 0 additions & 23 deletions README.md
Expand Up @@ -4,26 +4,3 @@
[![Code Climate](https://codeclimate.com/github/Soluciones/Psique/badges/gpa.svg)](https://codeclimate.com/github/Soluciones/Psique)

Style Guide in Sass for Emergia's apps Rails

## Control de versiones

### Incrementar versión en el código

Cuando el cambio ya está _mergeado_ en `master`, es hora de incrementar el contador de versiones para hacer la subida. En `lib/psique/version.rb`:

module Psique
VERSION = '1.0.2'
end

### Escribir changelog

En `changelog.txt`, se comentan las características que se han añadido en esta versión.

### Subir cambios a git y crear _tag_

En la línea de comandos, desde el directorio del engine:

> git commit -m "Cambio de version"
> git push origin
> git tag 1.0.2
> git push origin 1.0.2
3 changes: 0 additions & 3 deletions changelog.txt

This file was deleted.

2 changes: 1 addition & 1 deletion lib/psique/version.rb
@@ -1,3 +1,3 @@
module Psique
VERSION = '1.0.2'
VERSION = '2.0.0'
end

0 comments on commit 4cab1f6

Please sign in to comment.