Skip to content

Commit 90f7604

Browse files
Merge branch 'release' into release-v1.0.0
Signed-off-by: Narek Hovhannisyan <narekgilmour@gmail.com>
2 parents 6b27f6d + 3dbf094 commit 90f7604

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/release-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616
with:
17-
ref: ${{ github.event.repository.default_branch }}
17+
ref: ${{ github.ref }}
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout code
3636
uses: actions/checkout@v4
3737
with:
38-
ref: ${{ github.event.repository.default_branch }}
38+
ref: ${{ github.ref }}
3939

4040
- name: Setup Node.js
4141
uses: actions/setup-node@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Node.js CI](https://github.com/Green-Software-Foundation/if/actions/workflows/nodejs-ci.yml/badge.svg)](https://github.com/Green-Software-Foundation/if/actions/workflows/nodejs-ci.yml)
44

55
> [!IMPORTANT]
6-
> Incubation Project: This project is an incubation project being run inside the Green Software Foundation; as such, we DON’T recommend using it in any critical use case. Incubation projects are experimental, offer no support guarantee, have minimal governance and process, and may be retired at any moment. This project may one day Graduate, in which case this disclaimer will be removed.
6+
> Graduated Project: This project is a Graduated Project, supported by the Green Software Foundation. The publicly available version documented in the README is trusted by the GSF. New versions of the project may be released, or it may move to the Maintained or Retired Stage at any moment.
77
88
**Our documentation is online at [if.greensoftware.foundation](https://if.greensoftware.foundation/)**
99

src/common/config/strings.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
export const STRINGS = {
22
DISCLAIMER_MESSAGE: `
3-
Incubation Project
3+
Graduated Project
44
5-
This project is an incubation project being run inside the Green Software Foundation; as such, we DON’T recommend using it in any critical use case.
6-
Incubation projects are experimental, offer no support guarantee, have minimal governance and process, and may be retired at any moment. This project may one day graduate, in which case this disclaimer will be removed.`,
5+
This project is a Graduated Project, supported by the Green Software Foundation. The publicly available version documented in the README is trusted by the GSF. New versions of the project may be released, or it may move to the Maintained or Retired Stage at any moment.`,
76
SOURCE_IS_NOT_YAML: 'Given source file is not in yaml format.',
87
TARGET_IS_NOT_YAML: 'Given target file is not in yaml format.',
98
MANIFEST_NOT_FOUND: 'Manifest file not found.',

0 commit comments

Comments
 (0)