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

on reup update rev with latest tag if rev is a tag #233

Open
Araxeus opened this issue Feb 16, 2023 · 1 comment · May be fixed by #234
Open

on reup update rev with latest tag if rev is a tag #233

Araxeus opened this issue Feb 16, 2023 · 1 comment · May be fixed by #234

Comments

@Araxeus
Copy link

Araxeus commented Feb 16, 2023

imports:
    vscode: scripts/

git module vscode
    url: git://github.com/microsoft/vscode.git
    rev: 1.75.0

peru reup -f

imports:
    vscode: scripts/

git module vscode
    url: git://github.com/microsoft/vscode.git
    rev: 1.75.1

Currently, the rev will be replaced with the latest commit hash instead of the latest tag
related to #193 (comment)

This was referenced Feb 16, 2023
@Araxeus
Copy link
Author

Araxeus commented Feb 17, 2023

Implemented this myself in #234 since it seemed easy to do, and it shouldn't cause any breaking

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 a pull request may close this issue.

1 participant