Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Sep 21, 2022
1 parent ddf4cda commit cb862ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# TransformsAPI.jl

[![][build-img]][build-url] [![][codecov-img]][codecov-url]

This package is intended for developers of data transforms such as
the maintainers of [TableTransforms.jl](https://github.com/JuliaML/TableTransforms.jl).

[build-img]: https://img.shields.io/github/workflow/status/JuliaML/TransformsAPI.jl/CI
[build-url]: https://github.com/JuliaML/TransformsAPI.jl/actions

[codecov-img]: https://codecov.io/gh/JuliaML/TransformsAPI.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JuliaML/TransformsAPI.jl

2 comments on commit cb862ad

@juliohm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/68735

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" cb862ad79a7cb9d0766dd21fac068f05694022f6
git push origin v0.1.0

Please sign in to comment.