Skip to content

Commit

Permalink
Remove release-it, adjust hubot range
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Dec 17, 2023
1 parent e0a7515 commit c674fac
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 6,541 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/node.js.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
on:
push:
branches: master

name: npm-publish

permissions:
contents: write

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm test
- uses: JS-DevTools/npm-publish@v3
id: publish
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
- if: ${{ steps.publish.outputs.type }}
name: Create Release
env:
GH_TOKEN: ${{ github.token }}
run: |
VERSION="v${{ steps.publish.outputs.version }}"
gh release create $VERSION --generate-notes
8 changes: 0 additions & 8 deletions .release-it.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mailchimp for Hubot

[![npm version](https://badge.fury.io/js/hubot-mailchimp.svg)](http://badge.fury.io/js/hubot-mailchimp) [![Node.js CI](https://github.com/hubot-scripts/hubot-mailchimp/workflows/Node.js%20CI/badge.svg)](https://github.com/hubot-scripts/hubot-mailchimp/actions)
[![npm version](https://badge.fury.io/js/hubot-mailchimp.svg)](http://badge.fury.io/js/hubot-mailchimp) [![Node CI](https://github.com/hubot-archive/hubot-mailchimp/actions/workflows/nodejs.yml/badge.svg)](https://github.com/hubot-archive/hubot-mailchimp/actions/workflows/nodejs.yml)

Use Hubot to add or remove members to a mailing list and get a report of your latest sent campaign.

Expand Down
Loading

0 comments on commit c674fac

Please sign in to comment.