diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 57e34ec..2ef3323 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -Thanks for your interest in contributing to `ado-npm-auth-lite`! 💖 +Thanks for your interest in contributing to `azdo-npm-auth`! 💖 > After this page, see [DEVELOPMENT.md](./DEVELOPMENT.md) for local development instructions. @@ -10,7 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT ## Reporting Issues -Please do [report an issue on the issue tracker](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form. +Please do [report an issue on the issue tracker](https://github.com/johnnyreilly/azdo-npm-auth/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form. ## Sending Contributions @@ -22,8 +22,8 @@ There are two steps involved: ### Finding an Issue -With the exception of very small typos, all changes to this repository generally need to correspond to an [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/johnnyreilly/ado-npm-auth-lite/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+). -If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/johnnyreilly/ado-npm-auth-lite/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+). +With the exception of very small typos, all changes to this repository generally need to correspond to an [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+). +If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+). If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!). #### Issue Claiming @@ -42,7 +42,7 @@ Be sure to fill out the pull request template's requested information -- otherwi PRs are also expected to have a title that adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0). Only PR titles need to be in that format, not individual commits. Don't worry if you get this wrong: you can always change the PR title after sending it. -Check [previously merged PRs](https://github.com/johnnyreilly/ado-npm-auth-lite/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference. +Check [previously merged PRs](https://github.com/johnnyreilly/azdo-npm-auth/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference. #### Draft PRs diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index ee1fc55..db68335 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -3,8 +3,8 @@ After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): ```shell -git clone https://github.com/ < your-name-here > /ado-npm-auth-lite -cd ado-npm-auth-lite +git clone https://github.com/ < your-name-here > /azdo-npm-auth +cd azdo-npm-auth pnpm install ``` diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 08ea84b..e500d9f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ - + diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 2b2a291..0e985fd 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -7,7 +7,7 @@ body: required: true - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/johnnyreilly/ado-npm-auth-lite/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/ISSUE_TEMPLATE/02-documentation.yml b/.github/ISSUE_TEMPLATE/02-documentation.yml index 3ac1fcd..d27c2cd 100644 --- a/.github/ISSUE_TEMPLATE/02-documentation.yml +++ b/.github/ISSUE_TEMPLATE/02-documentation.yml @@ -5,7 +5,7 @@ body: options: - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/johnnyreilly/ado-npm-auth-lite/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/ISSUE_TEMPLATE/03-feature.yml b/.github/ISSUE_TEMPLATE/03-feature.yml index 40435b9..d77ce0b 100644 --- a/.github/ISSUE_TEMPLATE/03-feature.yml +++ b/.github/ISSUE_TEMPLATE/03-feature.yml @@ -5,7 +5,7 @@ body: options: - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/johnnyreilly/ado-npm-auth-lite/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/ISSUE_TEMPLATE/04-tooling.yml b/.github/ISSUE_TEMPLATE/04-tooling.yml index 62d2118..a83b6be 100644 --- a/.github/ISSUE_TEMPLATE/04-tooling.yml +++ b/.github/ISSUE_TEMPLATE/04-tooling.yml @@ -7,7 +7,7 @@ body: required: true - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/johnnyreilly/ado-npm-auth-lite/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4e34484..0b0f29f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,12 @@ - ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 -- [ ] That issue was marked as [`status: accepting prs`](https://github.com/johnnyreilly/ado-npm-auth-lite/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) -- [ ] Steps in [CONTRIBUTING.md](https://github.com/johnnyreilly/ado-npm-auth-lite/blob/main/.github/CONTRIBUTING.md) were taken +- [ ] That issue was marked as [`status: accepting prs`](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) +- [ ] Steps in [CONTRIBUTING.md](https://github.com/johnnyreilly/azdo-npm-auth/blob/main/.github/CONTRIBUTING.md) were taken ## Overview diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index abdb56f..5643479 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -14,8 +14,8 @@ jobs: The release is available on: - * [GitHub releases](https://github.com/johnnyreilly/ado-npm-auth-lite/releases/tag/{release_tag}) - * [npm package (@latest dist-tag)](https://www.npmjs.com/package/ado-npm-auth-lite/v/${{ env.npm_version }}) + * [GitHub releases](https://github.com/johnnyreilly/azdo-npm-auth/releases/tag/{release_tag}) + * [npm package (@latest dist-tag)](https://www.npmjs.com/package/azdo-npm-auth/v/${{ env.npm_version }}) Cheers! 📦🚀 diff --git a/CHANGELOG.md b/CHANGELOG.md index fea5238..2771d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,36 @@ -# [0.7.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.6.0...0.7.0) (2024-11-11) +# [0.7.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.6.0...0.7.0) (2024-11-11) ### Features -- rename ado-npm-auth-lite to azdo-npm-auth ([#12](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/12)) ([650adb1](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/650adb1a5f86438ebc3a50577c59e5ae80591cdc)), closes [#000](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/000) +- rename azdo-npm-auth to azdo-npm-auth ([#12](https://github.com/johnnyreilly/azdo-npm-auth/issues/12)) ([650adb1](https://github.com/johnnyreilly/azdo-npm-auth/commit/650adb1a5f86438ebc3a50577c59e5ae80591cdc)), closes [#000](https://github.com/johnnyreilly/azdo-npm-auth/issues/000) -# [0.6.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.5.0...0.6.0) (2024-11-10) +# [0.6.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.5.0...0.6.0) (2024-11-10) ### Features -- fallback to using the Azure CLI ([#11](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/11)) ([1e10db2](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/1e10db2c99fab6275dc8ab16c233b7b2d59a955a)), closes [#10](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/10) +- fallback to using the Azure CLI ([#11](https://github.com/johnnyreilly/azdo-npm-auth/issues/11)) ([1e10db2](https://github.com/johnnyreilly/azdo-npm-auth/commit/1e10db2c99fab6275dc8ab16c233b7b2d59a955a)), closes [#10](https://github.com/johnnyreilly/azdo-npm-auth/issues/10) -# [0.5.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.4.0...0.5.0) (2024-11-09) +# [0.5.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.4.0...0.5.0) (2024-11-09) ### Features -- allow manual supplying pat ([#9](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/9)) ([1d7ab17](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/1d7ab170ae23f1e3271fa023c5ab16d617a297d3)), closes [#8](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/8) +- allow manual supplying pat ([#9](https://github.com/johnnyreilly/azdo-npm-auth/issues/9)) ([1d7ab17](https://github.com/johnnyreilly/azdo-npm-auth/commit/1d7ab170ae23f1e3271fa023c5ab16d617a297d3)), closes [#8](https://github.com/johnnyreilly/azdo-npm-auth/issues/8) -# [0.4.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.3.0...0.4.0) (2024-11-09) +# [0.4.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.3.0...0.4.0) (2024-11-09) ### Features -- logos ([#6](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/6)) ([bab6094](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/bab6094116350ac3d9969572e271b9786a997027)), closes [#7](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/7) +- logos ([#6](https://github.com/johnnyreilly/azdo-npm-auth/issues/6)) ([bab6094](https://github.com/johnnyreilly/azdo-npm-auth/commit/bab6094116350ac3d9969572e271b9786a997027)), closes [#7](https://github.com/johnnyreilly/azdo-npm-auth/issues/7) -# [0.3.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.2.0...0.3.0) (2024-11-08) +# [0.3.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.2.0...0.3.0) (2024-11-08) ### Features -- don't run on ci servers ([#3](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/3)) ([c2f745f](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/c2f745f93d4bb21173669d8a5a76c241aaca1254)), closes [#2](https://github.com/johnnyreilly/ado-npm-auth-lite/issues/2) +- don't run on ci servers ([#3](https://github.com/johnnyreilly/azdo-npm-auth/issues/3)) ([c2f745f](https://github.com/johnnyreilly/azdo-npm-auth/commit/c2f745f93d4bb21173669d8a5a76c241aaca1254)), closes [#2](https://github.com/johnnyreilly/azdo-npm-auth/issues/2) # 0.2.0 (2024-11-07) ### Features -- Initial implementation ([51a8a29](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/51a8a2958be10a7cbf3d04a325c02ec2bf0a7b3a)) -- initialized repo ✨ ([5a155fc](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/5a155fcc1ef7e4efa712b59fb56cc76ec2d29961)) +- Initial implementation ([51a8a29](https://github.com/johnnyreilly/azdo-npm-auth/commit/51a8a2958be10a7cbf3d04a325c02ec2bf0a7b3a)) +- initialized repo ✨ ([5a155fc](https://github.com/johnnyreilly/azdo-npm-auth/commit/5a155fcc1ef7e4efa712b59fb56cc76ec2d29961)) diff --git a/README.md b/README.md index 25b6516..745e2ff 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -