Skip to content

Commit b1ecd0b

Browse files
authored
Fix instructions to create a null release (#62)
It is vital that the release is created and it as a non-empty file (via @nkraetzschmar )
1 parent 3dad282 commit b1ecd0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ Create a branch to remove all files / actions, place a README to record the hist
103103
```
104104
git tag null
105105
git push origin null
106+
```
107+
- Create the Release (important), with a non-empty file
108+
```
109+
echo null > ~/null
110+
gh release create null ~/null --latest --notes null --title 'ignore package for repo import'
106111
```
107112
- Archive the repo in GitHub
108113
```

0 commit comments

Comments
 (0)