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

check github release version against package.yml version #78

Merged
merged 4 commits into from
Sep 17, 2022

Conversation

bloep
Copy link
Member

@bloep bloep commented Sep 17, 2022

refs #26

Comment on lines +58 to +59
return packageYmlVersion === releaseVersion;
Copy link
Member Author

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gharlan @staabm meinung dazu?

Copy link
Member

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.

Copy link
Member Author

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

@bloep bloep marked this pull request as ready for review September 17, 2022 11:46
Copy link
Member

@staabm staabm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like

@bloep bloep added the automerge Automatisch PR rebasen und mergen label Sep 17, 2022
@kodiakhq kodiakhq bot merged commit 2a7c3d7 into master Sep 17, 2022
@kodiakhq kodiakhq bot deleted the version-check branch September 17, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatisch PR rebasen und mergen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants