Skip to content

Commit

Permalink
docs(readme): described local releasing to Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
donhector committed Feb 22, 2022
1 parent af6c144 commit 39d957c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ plugins:
# Create a release in Github
- - "@semantic-release/github"
- assets:
- path: LICENSE.txt
- path: LICENSE
label: LICENSE
- path: donhector/workstation/donhector-workstation-${nextRelease.version}.tar.gz
label: donhector-workstation-${nextRelease.version}.tar.gz
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,16 @@ make run

## Releasing the collection

This repo is configured to automatically release a new version to Github and Galaxy whenever a new PR is merged into main (the very much preferred method)

But if you want to manually push a new release to Galaxy from your own machine, you could still do so:

### Build

```shell
cd donhector/workstation
NEW_VERSION='1.0.0-SNAPSHOT'
sed -i "s/^version:.*/version: ${NEW_VERSION}/g" galaxy.yml
make build
```

Expand Down

0 comments on commit 39d957c

Please sign in to comment.