Skip to content

Commit

Permalink
chore: change SSM timestamp name to cli-npm (#185)
Browse files Browse the repository at this point in the history
We used to publish under the key name `cli`, but the library publishing
process is writing timestamps under `npm`, `pypi`, etc.

Having the keys

* `npm`
* `pypi`
* `nuget`
* ...
* `cli`

Was confusing, so we're changing it to `cli-npm` instead.

---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
rix0rrr and github-actions authored Mar 3, 2025
1 parent 12299ff commit 806d851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projenrc/record-publishing-timestamp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class RecordPublishingTimestamp extends Component {
}

public preSynthesize() {
const ssmPrefix = '/published/cdk/cli';
const ssmPrefix = '/published/cdk/cli-npm';

const releaseWf = this.project_.github?.tryFindWorkflow('release');
if (!releaseWf) {
Expand Down

0 comments on commit 806d851

Please sign in to comment.