Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Deprecate
Browse files Browse the repository at this point in the history
Close #53
  • Loading branch information
fregante authored Oct 16, 2022
1 parent 21a0988 commit 779fd5e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Deprecated

Just use the [`gh release create` command](https://cli.github.com/manual/gh_release_create), for example:

```yml
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "$GITHUB_REF_NAME" # GITHUB_REF_NAME is the tag name in `on.push.tags` workflows
```
You can also attach files to the releases, for example see [this PR](https://github.com/refined-github/refined-github/pull/6084/files).
# release-with-changelog
<img src="./media/releases.png" align="right" width="400">
Expand Down

0 comments on commit 779fd5e

Please # to comment.