Skip to content

Commit

Permalink
Merge branch 'v5.x' into v5-types-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Apr 14, 2024
2 parents f56e2f9 + b5c4f7f commit e8f0a96
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Create Release

on:
push:
tags:
- '*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: 'see CHANGELOG for notes'
draft: false
prerelease: false
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@
<img src="https://img.shields.io/discord/832353585802903572?label=Discord&logo=Discord&style=flat-square&logoColor=fff" alt="join us on discord" />
</a>
<a href="https://github.com/kwhitley/itty-router" target="_blank">
<img src="https://img.shields.io/github/stars/kwhitley/itty-router?style=social" alt="repo stars" />
<img src="https://img.shields.io/github/stars/kwhitley/itty-router?style=social" alt="Repo stars" />
</a>
<a href="https://www.twitter.com/ittydev" target="_blank">
<img src="https://img.shields.io/twitter/follow/ittydev.svg?style=social&label=Follow" alt="follow ittydev" />
</a>
<a href="" target="_blank">
<img src="" alt="" />
<img src="https://img.shields.io/twitter/follow/ittydev.svg?style=social&label=Follow" alt="Follow ittydev" />
</a>
</p>

Expand Down

0 comments on commit e8f0a96

Please sign in to comment.