Skip to content

Commit a587073

Browse files
authored
feat: rename github ado-npm-auth-lite to azdo-npm-auth (#13)
<!-- 👋 Hi, thanks for sending a PR to ado-npm-auth-lite! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## 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 ## Overview <!-- Description of what is changed and how the code change does that. --> Now the npm package is renamed, rename the github references as well
1 parent 80f448d commit a587073

18 files changed

+55
-55
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for your interest in contributing to `ado-npm-auth-lite`! 💖
3+
Thanks for your interest in contributing to `azdo-npm-auth`! 💖
44

55
> After this page, see [DEVELOPMENT.md](./DEVELOPMENT.md) for local development instructions.
66
@@ -10,7 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT
1010

1111
## Reporting Issues
1212

13-
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.
13+
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.
1414

1515
## Sending Contributions
1616

@@ -22,8 +22,8 @@ There are two steps involved:
2222

2323
### Finding an Issue
2424

25-
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+).
26-
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+).
25+
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+).
26+
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+).
2727
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!).
2828

2929
#### Issue Claiming
@@ -42,7 +42,7 @@ Be sure to fill out the pull request template's requested information -- otherwi
4242
PRs are also expected to have a title that adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0).
4343
Only PR titles need to be in that format, not individual commits.
4444
Don't worry if you get this wrong: you can always change the PR title after sending it.
45-
Check [previously merged PRs](https://github.com/johnnyreilly/ado-npm-auth-lite/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
45+
Check [previously merged PRs](https://github.com/johnnyreilly/azdo-npm-auth/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
4646

4747
#### Draft PRs
4848

.github/DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
44

55
```shell
6-
git clone https://github.com/ < your-name-here > /ado-npm-auth-lite
7-
cd ado-npm-auth-lite
6+
git clone https://github.com/ < your-name-here > /azdo-npm-auth
7+
cd azdo-npm-auth
88
pnpm install
99
```
1010

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Note: Please must use one of our issue templates to file an issue! 🛑 -->
2-
<!-- 👉 https://github.com/johnnyreilly/ado-npm-auth-lite/issues/new/choose 👈 -->
2+
<!-- 👉 https://github.com/johnnyreilly/azdo-npm-auth/issues/new/choose 👈 -->
33
<!-- **Issues that should have been filed with a template will be closed without action, and we will ask you to use a template.** -->
44

55
<!-- This blank issue template is only for issues that don't fit any of the templates. -->

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
required: true
88
- label: I have pulled the latest `main` branch of the repository.
99
required: true
10-
- 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.
10+
- 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.
1111
required: true
1212
type: checkboxes
1313
- attributes:

.github/ISSUE_TEMPLATE/02-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
options:
66
- label: I have pulled the latest `main` branch of the repository.
77
required: true
8-
- 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.
8+
- 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.
99
required: true
1010
type: checkboxes
1111
- attributes:

.github/ISSUE_TEMPLATE/03-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
options:
66
- label: I have pulled the latest `main` branch of the repository.
77
required: true
8-
- 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.
8+
- 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.
99
required: true
1010
type: checkboxes
1111
- attributes:

.github/ISSUE_TEMPLATE/04-tooling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
required: true
88
- label: I have pulled the latest `main` branch of the repository.
99
required: true
10-
- 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.
10+
- 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.
1111
required: true
1212
type: checkboxes
1313
- attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!-- 👋 Hi, thanks for sending a PR to ado-npm-auth-lite! 💖.
1+
<!-- 👋 Hi, thanks for sending a PR to azdo-npm-auth! 💖.
22
Please fill out all fields below and make sure each item is true and [x] checked.
33
Otherwise we may not be able to review your PR. -->
44

55
## PR Checklist
66

77
- [ ] Addresses an existing open issue: fixes #000
8-
- [ ] 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)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/johnnyreilly/ado-npm-auth-lite/blob/main/.github/CONTRIBUTING.md) were taken
8+
- [ ] 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)
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/johnnyreilly/azdo-npm-auth/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

.github/workflows/post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
1515
The release is available on:
1616
17-
* [GitHub releases](https://github.com/johnnyreilly/ado-npm-auth-lite/releases/tag/{release_tag})
18-
* [npm package (@latest dist-tag)](https://www.npmjs.com/package/ado-npm-auth-lite/v/${{ env.npm_version }})
17+
* [GitHub releases](https://github.com/johnnyreilly/azdo-npm-auth/releases/tag/{release_tag})
18+
* [npm package (@latest dist-tag)](https://www.npmjs.com/package/azdo-npm-auth/v/${{ env.npm_version }})
1919
2020
Cheers! 📦🚀
2121

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
# [0.7.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.6.0...0.7.0) (2024-11-11)
1+
# [0.7.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.6.0...0.7.0) (2024-11-11)
22

33
### Features
44

5-
- 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)
5+
- 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)
66

7-
# [0.6.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.5.0...0.6.0) (2024-11-10)
7+
# [0.6.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.5.0...0.6.0) (2024-11-10)
88

99
### Features
1010

11-
- 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)
11+
- 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)
1212

13-
# [0.5.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.4.0...0.5.0) (2024-11-09)
13+
# [0.5.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.4.0...0.5.0) (2024-11-09)
1414

1515
### Features
1616

17-
- 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)
17+
- 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)
1818

19-
# [0.4.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.3.0...0.4.0) (2024-11-09)
19+
# [0.4.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.3.0...0.4.0) (2024-11-09)
2020

2121
### Features
2222

23-
- 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)
23+
- 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)
2424

25-
# [0.3.0](https://github.com/johnnyreilly/ado-npm-auth-lite/compare/0.2.0...0.3.0) (2024-11-08)
25+
# [0.3.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.2.0...0.3.0) (2024-11-08)
2626

2727
### Features
2828

29-
- 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)
29+
- 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)
3030

3131
# 0.2.0 (2024-11-07)
3232

3333
### Features
3434

35-
- Initial implementation ([51a8a29](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/51a8a2958be10a7cbf3d04a325c02ec2bf0a7b3a))
36-
- initialized repo ✨ ([5a155fc](https://github.com/johnnyreilly/ado-npm-auth-lite/commit/5a155fcc1ef7e4efa712b59fb56cc76ec2d29961))
35+
- Initial implementation ([51a8a29](https://github.com/johnnyreilly/azdo-npm-auth/commit/51a8a2958be10a7cbf3d04a325c02ec2bf0a7b3a))
36+
- initialized repo ✨ ([5a155fc](https://github.com/johnnyreilly/azdo-npm-auth/commit/5a155fcc1ef7e4efa712b59fb56cc76ec2d29961))

0 commit comments

Comments
 (0)