Skip to content

Commit

Permalink
update README badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Apr 21, 2021
1 parent fa1da6d commit 0bad503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CompilerPluginTools

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Roger-luo.github.io/CompilerPluginTools.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Roger-luo.github.io/CompilerPluginTools.jl/dev)
[![Build Status](https://github.com/Roger-luo/CompilerPluginTools.jl/workflows/CI/badge.svg)](https://github.com/Roger-luo/CompilerPluginTools.jl/actions)
[![Coverage](https://codecov.io/gh/Roger-luo/CompilerPluginTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Roger-luo/CompilerPluginTools.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaCompilerPlugins.github.io/CompilerPluginTools.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaCompilerPlugins.github.io/CompilerPluginTools.jl/dev)
[![Build Status](https://github.com/JuliaCompilerPlugins/CompilerPluginTools.jl/workflows/CI/badge.svg)](https://github.com/JuliaCompilerPlugins/CompilerPluginTools.jl/actions)
[![Coverage](https://codecov.io/gh/JuliaCompilerPlugins/CompilerPluginTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaCompilerPlugins/CompilerPluginTools.jl)

collective tools for Julia SSA IR.

Expand Down

3 comments on commit 0bad503

@Roger-luo
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Released via Ion CLI
@JuliaRegistrator register

@Roger-luo
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Released via Ion CLI
@JuliaRegistrator register

@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 updated: JuliaRegistries/General/34833

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>" 0bad503cab1cf0caa2afa1b7e5dea3bbe4c5f3f0
git push origin v0.1.0

Please sign in to comment.