2.2.0 • Published 7 years ago

jitrub v2.2.0

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

jitrub Build Tool

Jira/GitHub feature branch syncing.

const jitrub = require("jitrub");
const github = jitrub.github("github/repo", "github_username", "github_token");
const jira = jitrub.jira("jira_url", "jira_username", "jira_password");
const statuses = ["Resolved", "Approved", "Closed"];
const link = jitrub(jira, github);

link.sync("master", "jitrub", ["Resolved", "Closed"]).then(tagname => {
    console.log("tag:", tagname);
});
2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago