Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Drafted for 2026 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found that there is a method in the github ci target that should create a compare for the release automatically:
RevitTemplates/build/Build.CI.GitHub.cs
Line 70 in 85a2b5d
For me this workflow is triggered on master branch pushes, and it never creates the changelog, the method returns early, because
if (latestTag == GitRepository.Commit) return;
How this supposed to work? Am I doing something wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions