Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

atomist-attic/rug-functions-github

Repository files navigation

Atomist 'rug-functions-github'

Build Status

Rug Functions for GitHub.

Support

General support questions should be discussed in the #support channel on our community Slack team at atomist-community.slack.com.

If you find a problem, please create an issue.

Developing

To build and test this project, set the value of the GITHUB_TEST_USER environment variable to a GitHub.com user that is an Owner of the atomisthqtest organization and the value of the GITHUB_TEST_TOKEN environment variable to a GitHub.com personal access token of the same user with "repo" and "delete_repo" scopes, then run the following command:

$ mvn test

Updating rug dependency

To update the rug dependency, change rug.version in the pom.xml.

Releasing

To create a new release of the project, simply push a tag of the form M.N.P where M, N, and P are integers that form the next appropriate semantic version for release. For example:

$ git tag -a 1.2.3

The Travis CI build (see badge at the top of this page) will automatically create a GitHub release using the tag name for the release and the comment provided on the annotated tag as the contents of the release notes. It will also automatically upload the needed artifacts.


Created by Atomist. Need Help? Join our Slack team.