Skip to content

capabilities-development autorelease#254

Draft
ernest-nowacki wants to merge 8 commits intomainfrom
feat/auto-capabilities-releases
Draft

capabilities-development autorelease#254
ernest-nowacki wants to merge 8 commits intomainfrom
feat/auto-capabilities-releases

Conversation

@ernest-nowacki
Copy link
Copy Markdown
Collaborator

Draft on how auto-release could look like for capabilities-development branch

const lastTag = process.argv[2] || null;
const changed = javyChangedSince(lastTag === "" ? null : lastTag, (cmd) => {
try {
return execSync(cmd, { encoding: "utf8", stdio: ["ignore", "pipe", "pipe"] });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants