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

Make a versioned release #36

Open
telatin opened this issue Jun 13, 2022 · 2 comments
Open

Make a versioned release #36

telatin opened this issue Jun 13, 2022 · 2 comments

Comments

@telatin
Copy link

telatin commented Jun 13, 2022

Hello there,
thanks for this tool!

I was wondering if you plan to make a release, to make it easier to make analyses reproducible.

Best

@telatin telatin changed the title Release Make a versioned release Jun 13, 2022
@EricDeveaud
Copy link

would like a taggedrelease version to

@jowodo
Copy link

jowodo commented Aug 10, 2023

I would also highly appreciate at least a tag:
Here is a possible way to create a tag on the command line with a specific commit as tag location:

git clone https://github.com/jessieren/DeepVirFinder
cd DeepVirFinder
git log --graph --oneline # chose commit to tag 
git checkout ddb4a94 # ddb4a94 is the chosen commit hash 
git tag v1.0 
git push origin --tags

See this stackoverflow answer for more info, where I got the most info from.

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

No branches or pull requests

3 participants