Skip to content

Update changelog generator with new changelog buckets, remove old teams one #177

Update changelog generator with new changelog buckets, remove old teams one

Update changelog generator with new changelog buckets, remove old teams one #177

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
- run: |
npm install
- run: |
npm run all