Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.04 KB

Apress::PageInfo

title, header, description, keywords, promo_text для веб страницы

Gem Releasing

Правила версионирования:

http://semver.org

Если релизим находясь в форке:

  1. должны быть права на push в upstream
  2. git checkout master
  3. git pull upstream master
  4. правим версию гема в файле VERSION в корне гема. (читаем правила версионирования)
  5. rake release
  6. git push upstream master
  7. git push --tags upstream

Contributing

  1. Fork it ( https://github.com/abak-press/apress-page_info/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'feature(scope): comment \n\n Closes NN-123')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request