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

The version number was fixed. #37

Merged
merged 1 commit into from
Jan 18, 2018
Merged

The version number was fixed. #37

merged 1 commit into from
Jan 18, 2018

Conversation

3kami3
Copy link
Contributor

@3kami3 3kami3 commented Jan 18, 2018

The plugin version number of Redmine was fixed.
0.1.3 -> 0.2.0

@phlegx phlegx merged commit a845005 into phlegx:master Jan 18, 2018
@3kami3
Copy link
Contributor Author

3kami3 commented Jan 18, 2018

Thank you Merge.
@phlegx Please re-tag the tag again.

@phlegx
Copy link
Owner

phlegx commented Jan 18, 2018

Already done! See here tag/v0.2.0

@3kami3
Copy link
Contributor Author

3kami3 commented Jan 19, 2018

Really?
@phlegx Why is this?

$ git clone https://github.com/phlegx/redmine_gitlab_hook.git
Cloning into 'redmine_gitlab_hook'...
remote: Counting objects: 151, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 151 (delta 0), reused 1 (delta 0), pack-reused 146
Receiving objects: 100% (151/151), 26.90 KiB | 0 bytes/s, done.
Resolving deltas: 100% (46/46), done.

$ cd redmine_gitlab_hook/

$ git checkout refs/tags/v0.2.0
Note: checking out 'refs/tags/v0.2.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at dd60f35... Merge pull request #36 from jcppkkk/master

$ git log --oneline | head -3
dd60f35 Merge pull request #36 from jcppkkk/master
719b353 Revise for phlegx/redmine_gitlab_hook#36, raise error when git clone fails
4a7ba60 Support multiple repositories in same redmine project

$ grep version init.rb
  version '0.1.3'
  requires_redmine :version_or_higher => '2.3.0'

@phlegx
Copy link
Owner

phlegx commented Jan 19, 2018

Found the problem. Update August 8, 2016: GitHub now lets you delete releases from its website, but this will not delete the tag. https://www.abeautifulsite.net/how-to-delete-a-tag-on-github

I have deleted an re-created the release, but this don't re-creates the tag.

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.

2 participants