Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing 1.0.1 with compat and registry install #64

Merged
merged 10 commits into from
Jul 13, 2024
Merged

Conversation

anchal-physics
Copy link
Collaborator

GGDUtils is now registered at public repository FuseRegistry. For installation:

using Pkg
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
Pkg.Registry.add("General")
Pkg.add("GGDUtils")

anchal-physics and others added 10 commits July 12, 2024 16:03
Installing compat helper to keep compatibility bounded to the latest
version of the dependencies.

For now, the PRs are made to this branch to get the first version of the
Project.toml file with compat entries. Once the compat entries are added,
the PRs will be made to the dev branch where if the tests pass, they
will be added and nerge with main branch will happen with version
increment.
All packages have been added in the [compat] section. Added julia with
version >= 1.10.

Changes the PR and push triggers to be for dev when Project.toml changes
and added prefix [ci skip] to the commit message to avoid CI re-runs on
the PR created by the compat helper.
It seems like a bad idea to set pusha dn PR triggers for CompatHelper
because it by defualt clones latest master branch and just looks at
that.
Added Compat and CompatHelper CI
Now GGDUtils has been added to FuseRegistry. There is no need
for complicated makefile installation or custom url
path installation anymore.
Adding installation instructions, removed makefile
@anchal-physics anchal-physics merged commit 2aa7f21 into master Jul 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant