The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Dist-Zilla-Plugin-Git Dist::Zilla::Plugin"

Dist::Zilla::Plugin::Git - Update your git repository after release River stage three • 106 direct dependents • 131 total dependents

This set of plugins for Dist::Zilla can do interesting things for module authors using Git (<https://git-scm.com>) to track their work. You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain fe...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::Tag - Tag the new version River stage three • 106 direct dependents • 131 total dependents

Once the release is done, this plugin will record this fact in git by creating a tag. By default, it makes an annotated tag. You can set the "tag_message" attribute to change the message. If you set "tag_message" to the empty string, it makes a light...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::Init - Initialize git repository on dzil new River stage three • 106 direct dependents • 131 total dependents

This plugin initializes a git repository when a new distribution is created with "dzil new". Plugin options The plugin accepts the following options: * commit_message - the commit message to use when checking in the newly-minted dist. Defaults to "in...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::Push - Push current branch River stage three • 106 direct dependents • 131 total dependents

Once the release is done, this plugin will push the current git branch to the remote, with the associated tags. The plugin accepts the following options: * push_to - the name of the a remote to push to. The default is origin. This may be specified mu...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::Check - Check your git repository before releasing River stage three • 106 direct dependents • 131 total dependents

This plugin checks that your Git repo is in a clean state before releasing. The following checks are performed before releasing: * there should be no files in the index (staged copy) * there should be no untracked files in the working copy * the work...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::Commit - Commit dirty files River stage three • 106 direct dependents • 131 total dependents

Once the release is done, this plugin will record this fact in git by committing changelog and dist.ini. The commit message will be taken from the changelog for this release. It will include lines between the current version and timestamp and the nex...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::GatherDir - Gather all tracked files in a Git working directory River stage three • 106 direct dependents • 131 total dependents

This is a trivial variant of the GatherDir plugin. It looks in the directory named in the "root" attribute and adds all the Git tracked files it finds there (as determined by "git ls-files"). If the root begins with a tilde, the tilde portion is pass...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::PluginBundle::Git - All git plugins in one bundle River stage three • 106 direct dependents • 131 total dependents

This is a plugin bundle to load the most common Git plugins. It is equivalent to: [Git::Check] [Git::Commit] [Git::Tag] [Git::Push] Any options given are passed through to each plugin. See each plugin's documentation for the options it supports. (Plu...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::CommitBuild - Check in build results on separate branch River stage three • 106 direct dependents • 131 total dependents

Once the build is done, this plugin will commit the results of the build to a branch that is completely separate from your regular code branches (i.e. with a different root commit). This potentially makes your repository more useful to those who may ...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Plugin::Git::NextVersion - Provide a version number by bumping the last git release tag River stage three • 106 direct dependents • 131 total dependents

This does the VersionProvider role. It finds the last version number from your Git tags, increments it using Version::Next, and uses the result as the "version" parameter for your distribution. In addition, when making a release, it ensures that the ...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Role::Git::Repo - Provide repository information for Git plugins River stage three • 106 direct dependents • 131 total dependents

This role is used within the Git plugins to get information about the repository structure, and to create a Git::Wrapper object....

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Role::Git::DirtyFiles - Provide the allow_dirty & changelog attributes River stage three • 106 direct dependents • 131 total dependents

This role is used within the git plugin to work with files that are dirty in the local git checkout....

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC

Dist::Zilla::Role::Git::StringFormatter - Provide a String::Formatter for commit messages River stage three • 106 direct dependents • 131 total dependents

This role is used within the Git plugins to format strings that may include the changes from the current release. These formatting codes are available: %c The list of changes in the just-released version (read from "changelog"). It will include lines...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC
13 results (0.071 seconds)