-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support other projects than ansible-core and Ansible collections #60
Support other projects than ansible-core and Ansible collections #60
Conversation
Codecov Report
@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 88.11% 88.52% +0.40%
==========================================
Files 16 16
Lines 1978 2021 +43
Branches 491 501 +10
==========================================
+ Hits 1743 1789 +46
+ Misses 145 143 -2
+ Partials 90 89 -1
Continue to review full report at Codecov.
|
I think this is ready as a first usable version. |
5a00084
to
b0d9f9b
Compare
If nobody complains, I'll merge this and release a new version by the end of this week. |
@jimi-c thanks for your comments! |
This adds basic support for other projects than ansible-core and Ansible collections. Right now you have to create
changelogs/config.yaml
manually, and make sure that it containsis_other_project: true
. Besides that, the basic functionality seems to work.Eventually fixes #59.