typescript-github-action-template 0.2.28 → 0.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21498,6 +21498,8 @@ export type Release = Node & Reactable & UniformResourceLocatable & {
|
|
|
21498
21498
|
descriptionHTML?: Maybe<Scalars['HTML']['output']>;
|
|
21499
21499
|
/** The Node ID of the Release object */
|
|
21500
21500
|
id: Scalars['ID']['output'];
|
|
21501
|
+
/** Whether or not the release is immutable */
|
|
21502
|
+
immutable: Scalars['Boolean']['output'];
|
|
21501
21503
|
/** Whether or not the release is a draft */
|
|
21502
21504
|
isDraft: Scalars['Boolean']['output'];
|
|
21503
21505
|
/** Whether or not the release is the latest releast */
|
package/package.json
CHANGED