Skip to content

Commit ac75b86

Browse files
authored
Enables publishing from GitHub Actions for real, add release note (#78)
1 parent ba6db76 commit ac75b86

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ jobs:
2323
- uses: JS-DevTools/npm-publish@v1
2424
with:
2525
token: ${{ secrets.NPM_TOKEN }}
26-
dry-run: true # TODO remove this when feeling confident

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This changelog is currently manually maintained. Please see commits, PRs and Issue discussions on GitHub for the latest and most correction information.
44

5+
### 8.0.3
6+
7+
- Enable publishing from Github Actions for real
8+
- Updated release instructions
9+
510
### 8.0.1
611

712
- Fix release automation

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Note: currently, only the project owner (sgb-io) has access to publish new versi
6969
The instructions to publish a release are:
7070

7171
- Use macOS, as `np` runs into output + auth problems on windows
72+
- Important: the git remote must be the ssh url in order for `np` to work correctly. By default, GitHub Desktop uses the https URL as far as I can tell. It can be easily changed via `git remote set-url origin [email protected]:sgb-io/codehawk-cli.git`. If you have failed to do this, the "pushing tags" part will hang. If this happens, ctrl+c out, manually run `git push --follow-tags`.
7273
- Update the changelog and get that merged in (do not bump any versions)
7374
- On an up-to-date master, run Run `yarn run tag:{patch|minor|major}`. This creates a git tag **and pushes it up**.
7475
- The GitHub action should publish to npm

0 commit comments

Comments
 (0)