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

Release Tag for 0.10.0 #187

Closed
arodd opened this issue Jun 4, 2015 · 3 comments
Closed

Release Tag for 0.10.0 #187

arodd opened this issue Jun 4, 2015 · 3 comments

Comments

@arodd
Copy link
Contributor

arodd commented Jun 4, 2015

Can you change the release tag to match the pattern? I can see us using this in the future to help constrain our cookbooks to a specific version when using this tool. https://github.com/websterclay/knife-github-cookbooks

IE: KV in consul to represent community cookbook and currently desired push to chef.

cookbook: "git@github.com:johnbellone/consul-cookbook.git"
version: "v0.8.3"

  1. make a new blank repository in the current directory
    git init
  2. add a remote
    git remote add origin git@github.com:johnbellone/consul-cookbook.git
  3. Fetch a commit (or branch or tag) of interest
    **Note: the full history of this commit will be retrieved
    git fetch origin v0.8.3
  4. reset this repository's master branch to the commit of interest
    git reset --hard FETCH_HEAD
@arodd
Copy link
Contributor Author

arodd commented Jun 4, 2015

I now see that the v0.10.0 tag exists just not the release. Which I think as long as the tag exists it should likely be fine in my case.

@johnbellone
Copy link
Contributor

I modified the release so that it points to v0.10.0.

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants