Skip to content

Programmatic usage #14

Description

@eight04

Is there a programmatic interface for this project? Instead of writing the entire shell script, I'd like to create a reusable and cross-platform node tool that can be used in the npm script:

{
  // ...
  "scripts": {
    // ...
    "postversion": "git push --follow-tags && create-github-release"
  },
  "github-release": {
    "changelog": "npm run generate-changelog --silent",
    "assets": [
      "dist/*"
    ]
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions