Module: CreateGithubRelease

Defined in:
lib/create_github_release.rb,
lib/create_github_release/tasks.rb,
lib/create_github_release/change.rb,
lib/create_github_release/project.rb,
lib/create_github_release/version.rb,
lib/create_github_release/changelog.rb,
lib/create_github_release/task_base.rb,
lib/create_github_release/assertions.rb,
lib/create_github_release/command_line.rb,
lib/create_github_release/release_tasks.rb,
lib/create_github_release/assertion_base.rb,
lib/create_github_release/backtick_debug.rb,
lib/create_github_release/release_assertions.rb,
lib/create_github_release/tasks/push_release.rb,
lib/create_github_release/command_line/parser.rb,
lib/create_github_release/command_line/options.rb,
lib/create_github_release/tasks/commit_release.rb,
lib/create_github_release/tasks/update_version.rb,
lib/create_github_release/assertions/in_git_repo.rb,
lib/create_github_release/command_line/validator.rb,
lib/create_github_release/tasks/update_changelog.rb,
lib/create_github_release/command_line/validations.rb,
lib/create_github_release/tasks/create_release_tag.rb,
lib/create_github_release/assertions/gh_authenticated.rb,
lib/create_github_release/tasks/create_github_release.rb,
lib/create_github_release/tasks/create_release_branch.rb,
lib/create_github_release/assertions/gh_command_exists.rb,
lib/create_github_release/assertions/no_staged_changes.rb,
lib/create_github_release/assertions/on_default_branch.rb,
lib/create_github_release/assertions/git_command_exists.rb,
lib/create_github_release/assertions/bundle_is_up_to_date.rb,
lib/create_github_release/assertions/in_repo_root_directory.rb,
lib/create_github_release/assertions/no_uncommitted_changes.rb,
lib/create_github_release/tasks/create_release_pull_request.rb,
lib/create_github_release/assertions/last_release_tag_exists.rb,
lib/create_github_release/assertions/release_pr_label_exists.rb,
lib/create_github_release/assertions/local_and_remote_on_same_commit.rb,
lib/create_github_release/assertions/local_release_tag_does_not_exist.rb,
lib/create_github_release/assertions/remote_release_tag_does_not_exist.rb,
lib/create_github_release/assertions/local_release_branch_does_not_exist.rb,
lib/create_github_release/assertions/remote_release_branch_does_not_exist.rb

Overview

Main module for this gem

Defined Under Namespace

Modules: Assertions, BacktickDebug, CommandLine, Tasks Classes: AssertionBase, Change, Changelog, Project, ReleaseAssertions, ReleaseTasks, TaskBase

Constant Summary collapse

VERSION =

The version of this gem

'2.0.1'