Skip to content

Conversation

@gmemstr
Copy link
Owner

@gmemstr gmemstr commented Oct 14, 2020

Adds a new module, orb-changes, which can compare the diff between two version of an orb and output a relatively readable changelog.

Samples: https://gist.github.com/gmemstr/5aa1dee4d66f6c15d30e777539522aa2

Almost working, just have a weird loop going on.
Rewritten with deepdiff library, which does all of our heavy lifting.
- run: pwd
- run: source venv/bin/activate
- checkout
- run: pipenv install -r requirements.txt

Choose a reason for hiding this comment

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

If using pipenv, I recommend switching to a pipfile https://pipenv-fork.readthedocs.io/en/latest/basics.html
This will work with the orb and cache your deps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants