Release 0.14.0 (#300)

* Introduce script to automate release

* Rakefile levelup

* Version 0.14.0

* Fix newline at end of podspec.json

* Ensure we start and end on master branch

And that we pull latest master before tagging

* CRLF at EOF

* Remove [:version] param from `release:finish` task

It can be guessed from the current podspec version

* Fix create_release task

* Ensure we run rake via bundle exec

Co-authored-by: David Jennes <djbe@users.noreply.github.com>

Co-authored-by: David Jennes <djbe@users.noreply.github.com>
This commit is contained in:
Olivier Halligon
2020-08-17 20:42:00 +02:00
committed by GitHub
parent 19646bcddf
commit e93b33423b
12 changed files with 335 additions and 8 deletions

View File

@@ -58,9 +58,9 @@ author = 'Kyle Fuller'
# built documents.
#
# The short X.Y version.
version = '0.13.1'
version = '0.14.0'
# The full version, including alpha/beta/rc tags.
release = '0.13.1'
release = '0.14.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -26,7 +26,7 @@ If you're using CocoaPods, you can add Stencil to your ``Podfile`` and then run
.. code-block:: ruby
pod 'Stencil', '~> 0.13.1'
pod 'Stencil', '~> 0.14.0'
Carthage
--------
@@ -37,7 +37,7 @@ Carthage
.. code-block:: text
github "stencilproject/Stencil" ~> 0.13.1
github "stencilproject/Stencil" ~> 0.14.0
2) Checkout your dependencies, generate the Stencil Xcode project, and then use Carthage to build Stencil: