Skip to content

Commit

Permalink
Merge pull request #154 from tomchor/tc/add-doi-badge
Browse files Browse the repository at this point in the history
Add DOI badge to README.md
  • Loading branch information
tomchor authored Sep 7, 2023
2 parents 790d22f + 295d7c4 commit 8a3f1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![Github repo](https://img.shields.io/badge/-Github-white?logo=github&logoColor=black)](https://github.com/tomchor/Oceanostics.jl)

[![DOI](https://zenodo.org/badge/333787438.svg)](https://zenodo.org/badge/latestdoi/333787438)

Oceanostics is a Julia package created to facilitate obtaining diagnostic quantities in
[Oceananigans](https://github.com/CliMA/Oceananigans.jl) simulations. It was created solely as a
Expand Down

2 comments on commit 8a3f1bb

@tomchor
Copy link
Owner Author

@tomchor tomchor commented on 8a3f1bb Sep 7, 2023

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/90992

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.12.1 -m "<description of version>" 8a3f1bbff13653694e08fbb29adffa13d658c9d9
git push origin v0.12.1

Please sign in to comment.