Skip to content

Commit 7cc67b8

Browse files
authored
Merge pull request #86 from backstage/Rugvip-patch-1
switch to manual release flow
2 parents 921d754 + 0f2959d commit 7cc67b8

File tree

3 files changed

+16
-28
lines changed

3 files changed

+16
-28
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ This repository contains GitHub actions related to Backstage. The goal of the
44
current actions are to help manage the maintenance of the main Backstage
55
repository.
66

7+
## Usage
8+
9+
Each action in this repo can be used by referring to the foldername, for example:
10+
11+
```yaml
12+
- name: yarn install
13+
uses: backstage/actions/yarn-install@v0.5.9
14+
with:
15+
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}
16+
```
17+
18+
## Releases
19+
20+
Releases are generated manually via [GitHub](https://github.com/backstage/actions/releases/new). Create the version tag for the next release, click "Generate release notes", and then publish the release.
21+
722
## TODO
823
924
- [x] Get this repo set up with two initial actions, one for PR sync, and one

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.6",
2+
"version": "0.0.0",
33
"scripts": {
44
"test:dev": "nodemon --ext js,ts test/entry.js",
55
"test": "yarn jest"

0 commit comments

Comments
 (0)