-
-
Notifications
You must be signed in to change notification settings - Fork 849
Error when run against module with a second module merged into it. #665
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
Comments
I am having a similar issue with the current version. Is there any way to work around this issue? I'd love to be able to use this tool but currently it errors out. I ran this:
|
rndmh3ro
pushed a commit
to dev-sec/ansible-collection-hardening
that referenced
this issue
Dec 13, 2020
the changelog generation fails because we merged other repos into this one and these commits do not share a common ancestor. see this issue: github-changelog-generator/github-changelog-generator#665 to workaround this, we change the changelog generation so all tags older than 7.0.0 will be ignored (--since-tag does not work here because it still works on all tags). This however will remove older releases from the changelog so we move these old releases into a separate file. this is okay for me since these old releases are for ansible-os-hardening and not the collection. the new changelog file will contain all changes since 7.0.0. Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
rndmh3ro
pushed a commit
to dev-sec/ansible-collection-hardening
that referenced
this issue
Dec 13, 2020
the changelog generation fails because we merged other repos into this one and these commits do not share a common ancestor. see this issue: github-changelog-generator/github-changelog-generator#665 to workaround this, we change the changelog generation so all tags older than 7.0.0 will be ignored (--since-tag does not work here because it still works on all tags). This however will remove older releases from the changelog so we move these old releases into a separate file. this is okay for me since these old releases are for ansible-os-hardening and not the collection. the new changelog file will contain all changes since 7.0.0. Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
rndmh3ro
added a commit
to dev-sec/ansible-collection-hardening
that referenced
this issue
Dec 15, 2020
* fix changelog generation the changelog generation fails because we merged other repos into this one and these commits do not share a common ancestor. see this issue: github-changelog-generator/github-changelog-generator#665 to workaround this, we change the changelog generation so all tags older than 7.0.0 will be ignored (--since-tag does not work here because it still works on all tags). This however will remove older releases from the changelog so we move these old releases into a separate file. this is okay for me since these old releases are for ansible-os-hardening and not the collection. the new changelog file will contain all changes since 7.0.0. Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * fix regex in action Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
rndmh3ro
pushed a commit
to dev-sec/ansible-collection-hardening
that referenced
this issue
Dec 15, 2020
the changelog generation fails because we merged other repos into this one and these commits do not share a common ancestor. see this issue: github-changelog-generator/github-changelog-generator#665 to workaround this, we change the changelog generation so all tags older than 7.0.0 will be ignored (--since-tag does not work here because it still works on all tags). This however will remove older releases from the changelog so we move these old releases into a separate file. this is okay for me since these old releases are for ansible-os-hardening and not the collection. the new changelog file will contain all changes since 7.0.0. Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
divialth
pushed a commit
to divialth/ansible-collection-hardening
that referenced
this issue
Aug 3, 2022
* fix changelog generation the changelog generation fails because we merged other repos into this one and these commits do not share a common ancestor. see this issue: github-changelog-generator/github-changelog-generator#665 to workaround this, we change the changelog generation so all tags older than 7.0.0 will be ignored (--since-tag does not work here because it still works on all tags). This however will remove older releases from the changelog so we move these old releases into a separate file. this is okay for me since these old releases are for ansible-os-hardening and not the collection. the new changelog file will contain all changes since 7.0.0. Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * fix regex in action Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The changelog generator rake task seems to throw an error whenever it is run against a module that had previously had a separate orphaned module merged into to it. The error it shows is:
Encountered this problem when starting a new release on the puppetlabs-stdlib module. Here is a link to my fork of said module and the branch that the changes currently exit on:
https://github.com/david22swan/puppetlabs-stdlib/tree/PreRelease
Attempted to avoid issue by setting it so that only commits made after the last release would be counted but the issue still hit.
The text was updated successfully, but these errors were encountered: