Prepped for tagging a v0.8.0 release of Javis#458
Prepped for tagging a v0.8.0 release of Javis#458TheCedarPrince wants to merge 1 commit intomainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #458 +/- ##
=======================================
Coverage 96.47% 96.47%
=======================================
Files 35 35
Lines 1617 1617
=======================================
Hits 1560 1560
Misses 57 57 Continue to review full report at Codecov.
|
|
LGTM though JavisNB doesn't seemed to be tagged yet, right? |
|
@Wikunia @TheCedarPrince I have never tagged a release, if we choose to go on before #399 I'd like to do it myself so I know how it works. In case it is complicated or there are things to be particularly careful about you can point me to those. |
|
This has to be installed: Then you need to make sure that the Project.toml is correct (has version 0.1.0, has compat bounds for every package it depends on) Afterwards a new issue on the JuliaRegistry should be created (the bot will answer your comment in the issue where you called Then we can continue with v0.8 here |
|
Ok then tomorrow I will do it. Now it would be impossible without mistakes somewhere. |
PR Checklist
If you are contributing to
Javis.jl, please make sure you are able to check off each item on this list:CHANGELOG.mdwith whatever changes/features I added with this PR?Project.toml+ set an upper bound of the dependency (if applicable)?testdirectory (if applicable)?Link to relevant issue(s)
Closes N/A
How did you address these issues with this PR? What methods did you use?
As a result of PR #451, since this is a breaking change, we should probably release a new version of Javis.
I went ahead and updated the Changelog as well as Project TOML for the release.
Any more PRs or features we want to introduce before we release a new version?
Maybe we should try to get #399 in as well?