/cn-batch-forms

Angular service for handling batch form updates, to be used with *cn-flex-form*

Primary LanguageJavaScript

cn-batch-forms

Angular service for handling batch form updates, to be used with cn-flex-form

Development

Make sure you have dependencies installed

yarn install

To build

yarn build

To watch for file changes and automatically apply them to the relevant service (wildcat will be this example--could also be quicksight)

bower link
yarn run watch
cd ~/src/wildcat
bower link cn-batch-forms
npx gulp watch

Creating a New Release and Applying It

  1. Click "Releases" in the menu at the top of the repo.
  2. Github Workflow - Step 9
  3. Github Workflow - Step 10
  4. type the next logical version into the tag Github Workflow - Step 12
  5. Enter the same tag version string into the Release Title Github Workflow - Step 13
  6. Github Workflow - Step 17
  7. Go to any service that requires this package in its bower.json or any other dependency-documenting file and bump the version!