Skip to content

Releases: foxygoat/howl

v2.0.3

20 Jan 05:29
c5ac41c
Compare
Choose a tag to compare

Changelog

v2.0.2

20 Jan 04:27
04865f5
Compare
Choose a tag to compare

Changelog

v2.0.1

20 Jan 04:08
9f1204e
Compare
Choose a tag to compare

Changelog

v2.0.0

20 Jan 03:35
Compare
Choose a tag to compare

API Changes and Discord Integration

Breaking change: the previous input parameter SLACK_TOKEN and CHANNEL
cannot be used anymore. Use SLACK_WEBHOOK_URL and SLACK_CHANNEL
instead.

howl can now be used as GitHub Action with with inputs:

  howl-on-failure:
    steps:
      - uses: foxygoat/howl@v2
        with:
          slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
          slack-channel: C0000000000 # optional; channel ID
          slack-text: <!here> # optional; text or @-mention
          discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
          discord-text: @here # optional; text or @-mention

Discord integration has been added.

GitHub Releases are now created on every merge to master distributing the
howl script to be used with hermit.

Changelog

  • ac98782 howl: Rename slack-notify.sh to howl
  • 3f39c6f bash: Convert local variable names to lowercase
  • 7c4ec87 howl: Use SLACK_WEBHOOK_URL as input
  • 11d9de4 howl: Rework Slack message format
  • a85b70d howl: Add discord integration
  • f8c9b53 action: Adapt howl for GitHub actions input
  • 968bf0d release: Upload howl script on release
  • c3615f4 docs: Add v2.0.0 release notes

v1.0.8

16 Jan 22:57
Compare
Choose a tag to compare

Changelog

  • a3d5d51 format: Reformat README.md with prettier
  • ce400db github: Fix @here usage on GitHub Action usage

v1.0.7

16 Jan 21:15
Compare
Choose a tag to compare

Changelog

  • d8d9bfb github: Modernize checkout action usage
  • 0820a37 make: Fix Changelog creation

v1.0.6

16 Jan 12:22
Compare
Choose a tag to compare

Changelog