Skip to content

Commit

Permalink
replacing tek-engineering with tektronix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev committed Mar 26, 2024
1 parent 7d6ad2a commit a78f518
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Style
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -35,7 +35,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -54,7 +54,7 @@ jobs:
name: Generate CycloneDX
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- sbom
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand Down
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Feature to retrieve TSP-Link network details

<!--Version Comparison Links-->
[Unreleased]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.15.0
[0.14.1]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.14.1
[0.13.2]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.13.2
[0.13.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.13.0
[0.12.2]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.12.2
[0.12.1]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.12.1
[0.12.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.12.0
[0.11.2]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.11.2
[Unreleased]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.15.0
[0.14.1]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.14.1
[0.13.2]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.13.2
[0.13.0]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.13.0
[0.12.2]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.12.2
[0.12.1]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.12.1
[0.12.0]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.12.0
[0.11.2]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.11.2
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolver = "2"
version = "0.15.0"
authors = ["Keithley Instruments, LLC"]
edition = "2021"
repository = "https://github.com/TEK-Engineering/tsp-toolkit-kic-cli"
repository = "https://github.com/tektronix/tsp-toolkit-kic-cli"
#TODO Minimum Supported Rust Version Reasoning:
# * Optional dependencies in feature flags was introduced in 1.60

Expand Down Expand Up @@ -42,4 +42,4 @@ thiserror = "1.0.58"
tmc = { git = "https://github.com/esarver/rusb-usbtmc" }
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = "0.3.18"
tsp-toolkit-kic-lib = { git = "https://github.com/TEK-Engineering/tsp-toolkit-kic-lib.git", tag = "v0.15.0" }
tsp-toolkit-kic-lib = { git = "https://github.com/tektronix/tsp-toolkit-kic-lib.git", tag = "v0.15.0" }
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ release underneath (see all previous versions for examples).
Be sure to add the associated links at the bottom of the file underneath the "Unreleased" reference:

```diff
[Unreleased]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/compare/vX.Y.Z...HEAD
+[X.Y.Z]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/compare/v(X.Y.Z-1)...vX.Y.Z
[Unreleased]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/vX.Y.Z...HEAD
+[X.Y.Z]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/v(X.Y.Z-1)...vX.Y.Z
```
(Where `v(X.Y.Z - 1)` is the previous released version)

Be sure to check the merge requests for this past version to make sure everything was added to the changelog. Add anything that was missed (with JIRA issue number).

You can do that with a query like the one at this link:
https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/pulls?q=is%3Apr+milestone%3Av0.10.0+
https://github.com/tektronix/tsp-toolkit-kic-cli/pulls?q=is%3Apr+milestone%3Av0.10.0+

### 5. Update the Version Information

Expand Down
2 changes: 1 addition & 1 deletion npm.licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
},
"@tektronix/[email protected]": {
"licenses": "Apache*",
"repository": "https://github.com/TEK-Engineering/tsp-toolkit-kic-cli",
"repository": "https://github.com/tektronix/tsp-toolkit-kic-cli",
"name": "@tektronix/kic-cli",
"version": "0.15.0",
"description": "The Keithley Instrument Communicator (KIC) is a command-line application that enables simple communication to an instrument.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/TEK-Engineering/tsp-toolkit-kic-cli.git"
"url": "git+https://github.com/tektronix/tsp-toolkit-kic-cli.git"
},
"typings": "index.d.ts",
"files": [
Expand Down

0 comments on commit a78f518

Please sign in to comment.