quipucords / quipucords-ui

Frontend web GUI for Quipucords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flip package.json Quipudocs dependency to using tags

cdcabrera opened this issue · comments

Description:

Appears there are some minor issues with always pulling "master" branch from Quipudocs. The plan was always to flip over to using tags at some point, looks like it needs to be sooner rather than later.

Expected behavior

The most recently tagged version of Quipudocs is referenced in package.json, instead of master branch

Actual behavior

Master branch is being referenced causing review issues. But that's slightly expected because the newest CCS updates need to be referenced in order to test.

Solution

  • Tag Quipudocs with the most recent additions
  • Reference said tag in Quipucords-UI dependencies, instead of master