Module: Fastlane::Helper

Defined in:
lib/fastlane/plugin/changelog/helper/changelog_helper.rb

Defined Under Namespace

Classes: ChangelogHelper

Constant Summary collapse

CHANGELOG_PATH =
'./CHANGELOG.md'
DEFAULT_CHANGELOG =
'# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Your awesome new feature'