Merged
Conversation
Main to develop
…blish fix gh publish and housekeeping deepdiff pinning spec
Fixing documentation section headers for TOC
* add cookiecutter template for drift management * add cookiecutter template for drift management
…r Tool (networktocode#148) * Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool Template: ``` { "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git", "dir": "python", "ref": "main", "path": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python" } ``` Cookie: ``` { "remote": "https://github.com/networktocode/jdiff.git", "path": "/tmp/tmpgxrdsm7e/jdiff", "repository_path": "/tmp/tmpgxrdsm7e/jdiff", "dir": "", "branch_prefix": "drift-manager/develop", "context": { "codeowner_github_usernames": "@lvrfrc87 @scetron @grelleum @jeffkala @pszulczewski", "full_name": "Network to Code, LLC", "email": "info@networktocode.com", "github_org": "networktocode", "description": "Python library for examining structured data.", "project_name": "jdiff", "project_slug": "jdiff", "repo_url": "https://github.com/networktocode/jdiff", "base_url": "jdiff", "project_python_name": "jdiff", "project_python_base_version": "3.10", "project_with_config_settings": "no", "generate_docs": "yes", "version": "1.0.1", "original_publish_year": "2022", "_template": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python", "_output_dir": "/tmp/tmpgxrdsm7e", "_repo_dir": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python", "_checkout": null }, "drift_managed_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.UPDATE_OR_CREATE", "post_actions": [], "baked_commit_ref": "", "draft": false } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "", "output_dir": "", "push": true, "template": "./cookiecutter-ntc", "template_dir": "python", "template_ref": "main", "pull_request": "update-or-create", "post_action": [], "disable_post_actions": true, "draft": null, "drift_managed_branch": "develop" } ``` * initial drift manager conflict and cleanups to get jdiff drift managed * relock poetry * relock poetry * fix image_ver in tasks.py * final fixes for initial back * final fixes for initial back * Update .github/workflows/ci.yml --------- Co-authored-by: bakebot <info@networktocode.com> Co-authored-by: Jeff Kala <Jeff.kala@networktocode.com> Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
…tworktocode#150) * michalis1-adds-new-operator-check * update changes --------- Co-authored-by: michalis1 <milatis@gmail.com>
jeffkala
reviewed
Mar 13, 2026
.github/workflows/release.yml
Outdated
| - name: "Upload binaries to release" | ||
| run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}" | ||
| env: | ||
| GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}" |
Collaborator
There was a problem hiding this comment.
Suggested change
| GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}" | |
| GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |
Collaborator
There was a problem hiding this comment.
this is a known issue now from cookiecutter that isn't quite fixed yet. Lets fix before the release
jeffkala
requested changes
Mar 13, 2026
jeffkala
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prep for release v1.0.2