Skip to content

Commit

Permalink
Add create release step
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Oct 18, 2024
1 parent 1674388 commit b9ab777
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
version: ${{ steps.version.outputs.version }}
clojars-username: ${{ secrets.CLOJARS_USERNAME }}
clojars-deploy-token: ${{ secrets.CLOJARS_DEPLOY_TOKEN }}

- name: Create release
uses: softprops/action-gh-release@v2
with:
body: "## Release Notes\nTODO: Create great release notes!"
draft: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ To use re-route as a dependency in your ClojureScript project, add the following
{ com.yetanalytics/re-route {:mvn/version "0.1.0"} }
```

For information on the latest version, as well as the changelog for previous versions, see the [Releases](https://github.com/yetanalytics/re-route/releases) page.

**NOTE:** re-route assumes that your browser supports the [History API](https://developer.mozilla.org/en-US/docs/Web/API/History_API).

## API
Expand Down

0 comments on commit b9ab777

Please sign in to comment.