Skip to content

Files

22 lines (15 loc) · 786 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 786 Bytes

PushNotice API Client for Node.js

@PushNoticeBot is a bot that will help you send notifications directly to a chat (or group). Easy to setup and integrate.

This is work in progress and will be developed further.

Installation & Usage

To be added.

Release

  • Commit all changes to the main branch.
  • Run pnpm release to build and release a new version. This will:
    • merge the main branch into the release branch
    • create a new release commit and tag
    • push the release commit and tag to the remote repository
    • on GitHub, the release will be created automatically
    • GitHub Actions will also publish the release to npm