Skip to content

Commit

Permalink
Release version 0.1.0 (#45)
Browse files Browse the repository at this point in the history
* Remove tags from checks ci workflow

* Remove relase ci workflow for a while
  • Loading branch information
abogoyavlensky authored Jan 20, 2022
1 parent 5354996 commit 84d804f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Checks
on:
push:
branches: [ master ]
tags:
- "*"
pull_request:
branches: [ master ]

Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/release.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,6 @@ make deploy-snapshot :patch # build and deploy to Clojars next snapshot version
make release :patch # bump git tag version by semver rules and push to remote repo
```
*In CI there is the [GitHub action](/.github/workflows/release.yaml)
which publish any new git tag as new version of the lib to Clojars.*
## License
Expand Down

0 comments on commit 84d804f

Please sign in to comment.