Skip to content

Commit

Permalink
Merge pull request #18 from ustaxcourt/get-users
Browse files Browse the repository at this point in the history
Get users
  • Loading branch information
mmarcotte authored Jan 23, 2024
2 parents 2d3b570 + fbdaa5d commit b3b1ac3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-berries-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ustaxcourt/sharepoint-integration": minor
---

adding user persistence methods
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,17 @@ Populate your `.env` file with the required [Environment Variables](#environment
| TEST_LIST_ID | Unique identifier of a Sharepoint List to use for testing List Functions |

Run `npm run test`

## Publishing

This package is published on `npm` so that we can use it in other libraries. To help manage this, we are using [changesets cli](https://www.npmjs.com/package/@changesets/cli) to specify changes that are locked into semantic versions.

To begin a new changeset, commit your work into your feature branch. Then type in the following command:

```
npx changeset add
```

Follow the guided prompts to begin a new changeset version.

Then push the changes to Github for review. Once they are merged into the `main` branch, a subsequent PR will be made in order to begin the process of releasing.

0 comments on commit b3b1ac3

Please sign in to comment.