Skip to content

Commit

Permalink
fix: semantic-release branches config (#4)
Browse files Browse the repository at this point in the history
* fix: semantic-release branches config

* docs: badges in the README
  • Loading branch information
arthurdenner authored Mar 17, 2021
1 parent ed14812 commit a8e7747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
branches: |
[
'master',
'main',
{
name: 'beta',
prerelease: true
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

A macro to generate regular expressions at build-time with super-expressive.

[![Babel Macro](https://img.shields.io/badge/babel--macro-%F0%9F%8E%A3-f5da55.svg?style=flat-square)](https://github.com/kentcdodds/babel-plugin-macros)
[![version][version-badge]][package] [![MIT License][license-badge]][license]
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

Expand Down Expand Up @@ -101,7 +102,7 @@ MIT
[license-badge]:
https://img.shields.io/npm/l/super-expressive.macro.svg?style=flat-square
[license]:
https://github.com/arthurdenner/super-expressive.macro/blob/master/LICENSE
https://github.com/arthurdenner/super-expressive.macro/blob/main/LICENSE
[version-badge]:
https://img.shields.io/npm/v/super-expressive.macro.svg?style=flat-square
[package]: https://www.npmjs.com/package/super-expressive.macro

0 comments on commit a8e7747

Please sign in to comment.