JuliaPerf / PProf.jl

Export Julia profiles to the pprof format
MIT License
155 stars 17 forks source link

[Tracking] Releasing and Registering versions of the Package #28

Closed NHDaly closed 3 years ago

NHDaly commented 3 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/21867

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 v1.1.1 -m "<description of version>" f049dac25fdf36c13382c7d56c5a51db662525ce
git push origin v1.1.1
NHDaly commented 3 years ago

FYI i also just backported a bugfix patch release, which was fun: https://github.com/JuliaPerf/PProf.jl/commit/88249fa7fef19c992596138a9fa741a6a718d923#commitcomment-42659163

NHDaly commented 3 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/23426

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 v2.0.0 -m "<description of version>" 598d5e915d131eb27e469621cbd22edb4c70e347
git push origin v2.0.0