Skip to content

Commit

Permalink
feat: rename github ado-npm-auth-lite to azdo-npm-auth (#13)
Browse files Browse the repository at this point in the history
<!-- 👋 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
  • Loading branch information
johnnyreilly authored Nov 11, 2024
1 parent 80f448d commit a587073
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 55 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand All @@ -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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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

<!-- This blank issue template is only for issues that don't fit any of the templates. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/04-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- 👋 Hi, thanks for sending a PR to ado-npm-auth-lite! 💖.
<!-- 👋 Hi, thanks for sending a PR to azdo-npm-auth! 💖.
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
- [ ] 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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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! 📦🚀
Expand Down
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Loading

0 comments on commit a587073

Please sign in to comment.