JuliaRheology / RHEOS.jl

RHEOS - Open Source Rheology data analysis software
MIT License
39 stars 9 forks source link

Set workflow to manage compat list on Project.toml #76

Closed akabla closed 3 years ago

akabla commented 4 years ago

We may find CompatHelper helpful for keeping your compat entries up-to-date. https://github.com/bcbi/CompatHelper.jl

How to do it otherwise? Maybe: Remove compat list from Project.toml pkg> activate . (in Rheos directory) pkg> up (to update all packages) run all tests pkg> st (to list the version of all packages)

--> put it back in Project.toml

moustachio-belvedere commented 3 years ago

Sounds good to me. Should we make a note of that and then close the issue? Maybe somewhere in:

https://github.com/JuliaRheology/RheoHelpDocs

moustachio-belvedere commented 3 years ago

This is now included in the file https://github.com/JuliaRheology/RheoHelpDocs/blob/master/VersioningGuide.md

I have also updated all the other files (testing and documentation meta-documentation) to reflect the new GitHub actions workflow.