Skip to content

Commit

Permalink
clean up, add notes on publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Sep 18, 2024
1 parent cab913a commit 0e50ca7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

jobs:
deploy:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ Improve SVG handling
### 0.7.0

Improve code formatting

## Release flow

- create a tag (e.g. `git tag 0.6.2`)
- `git push origin --tags`

0 comments on commit 0e50ca7

Please sign in to comment.