Skip to content

Commit

Permalink
Merge pull request #23 from hopinc/rollout-id
Browse files Browse the repository at this point in the history
devex: Rollout ID
  • Loading branch information
Looskie authored Oct 2, 2022
2 parents f1763fb + 571f5ec commit 017ae49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-onions-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': minor
---

Add rollout ID to ID prefixes
4 changes: 4 additions & 0 deletions src/util/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ export const ID_PREFIXES = [
prefix: 'build',
description: 'Build ID for build logs',
},
{
prefix: 'rollout',
description: 'Rollout ID for rollouts.',
},
] as const;

export type IdPrefixes = typeof ID_PREFIXES[number]['prefix'];
Expand Down

1 comment on commit 017ae49

@vercel
Copy link

@vercel vercel bot commented on 017ae49 Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

hop-js.vercel.app
hop-js-onehop.vercel.app
js.hop.io
hop-js-git-master-onehop.vercel.app

Please sign in to comment.