PrelandsRails (Rails based gem)
Код, занимающийся валидацией и публикацией прелендов V4.
How to publish gem
- Bump version inside
prelands_rails.gemspec
. - Make commit & push to
master
branch. - Then checkout
tags
branch andgit rebase master
(accept theirs if there are any conflicts). - Then
git push
- and Gitlab CI publish the new version of the gem.