Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore: update release please
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Oct 3, 2024
1 parent 1c2d3b6 commit 44a8ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
CROSS_DELETE_TARGET: 1
run: |
./scripts/release.ts
./scripts/release/release.ts
- name: Upload ZIP artifact
uses: actions/upload-artifact@v3
with:
name: rivet-plugin
path: /tmp/artifacts//*.zip
path: /tmp/artifacts/*.zip

32 changes: 0 additions & 32 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
# Contributing

## Versions

### Publishing Versions

Install the prerequisites:

```bash
cargo install [email protected]
cargo install [email protected]
```

To release, do the following:

1. Update & commit the version & release date in `CHANGELOG.md`
2. Run: `scripts/release.sh x.x.x`

**Prereleases**

To create a prerelease version, append `rc` like: `x.x.x-rc.x`. `cargo-dist` will automatically flag this as a prerelease on GitHub.

### Retracting a version

If something goes wrong with a deploy:

1. Remove the release on GitHub
2. In order to re-release the version, delete the tag:

```
git tag -d vx.x.x
git push -u origin :refs/tags/vx.x.x
```
## Developing

### Run CLI in Example Project
Expand Down

0 comments on commit 44a8ea1

Please sign in to comment.