-
Notifications
You must be signed in to change notification settings - Fork 2
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
check github release version against package.yml version #78
Conversation
return packageYmlVersion === releaseVersion; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vielleicht sollte man auch varianten unterstützen.
z.B.
tag: v1.0.0
package.yml: 1.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In anderen Projekten nutze ich bei den Tags teils die Notation mit v...
. Bei den REDAXO-Addons scheint es mir bisher aber unüblich zu sein.
Daher könnte man mit deiner jetzigen Version starten und dann schauen, ob die Situation mit v...
-Tags irgendwo mal auftritt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sehe ich auch so. ich habe auch mal fix FOR projekte durchgesehen und keine finden können, wo die tags mit den release versionen abweichen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like
refs #26