Skip to content

Programmatic usage #14

@eight04

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/*"
    ]
  }
}

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