Skip to content

Commit

Permalink
Update πŸ‘’πŸŽ€.jl to make README updates stick (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Apr 17, 2024
1 parent 4af69fa commit 99dd020
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions πŸ“œ/πŸ‘’πŸŽ€.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Parsing may behave weird when there are infix operators around the block. Try en
## REPL
You can use the [EmojiSymbols.jl](https://github.com/wookay/EmojiSymbols.jl) package to super-turbo-charge your REPL experience!
You can press space to launch space invaders (`julia>[space]`). This feature is helpfully
bundled with ⌚<img src="https://raw.githubusercontent.com/JuliaLang/julia/master/doc/src/assets/julia.ico" height="26"/>πŸ”₯
version 0.2.0 and above and all packages that depend on it.
"""

# Overwrite the README
Expand Down

2 comments on commit 99dd020

@theogf
Copy link
Member

@theogf theogf commented on 99dd020 Apr 17, 2024

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.2.0 -m "<description of version>" 99dd0208e8e37ae45bfa3a7c7137d67d3bfb6e28
git push origin v0.2.0

Please sign in to comment.