Skip to content

fix(contact): add matching regex logic (#36) #37

fix(contact): add matching regex logic (#36)

fix(contact): add matching regex logic (#36) #37

Workflow file for this run

---
name: Changelog
on: [push]
jobs:
changelog:
name: Make changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 15
- name: Show current changelog
run: |
npm ci
make current_changelog