Skip to content

Commit

Permalink
Adds a HOWTO guide
Browse files Browse the repository at this point in the history
  • Loading branch information
acadet committed Aug 10, 2015
1 parent c340fa4 commit 2f6522d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HOWTO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# HOWTO

## Release a new version

* Apply any needed change
* Update the version number within the [Gruntfile](https://github.com/coshx/caravel/blob/master/caravel/js/Gruntfile.js)
* Run the `release` target to build `caravel.min.js`
* Update the version number in the [Podspec](https://github.com/coshx/caravel/blob/master/Caravel.podspec)
* Push your changes and create a new tag. The new tag has to be created before pushing the pod.
* Run the command below to update the Pod:

```
pod trunk push Caravel.podspec
```

0 comments on commit 2f6522d

Please sign in to comment.