Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Feb 6, 2025
1 parent 0c374a1 commit 0a4f495
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,14 @@ Following these step to package, upload and publish the plugin:
* `github_access_token`: The GitHub access token required to upload and commit changes in the plugin repository.
* `github_commit_email`: The email address associated with your GitHub account.

2. Update the `Plugin-Version` field in the following file with the release version:
2. Update the `Plugin-Version` field in the [manifest](./plugins/nf-prov/src/resources/META-INF/MANIFEST.MF) with the release version.

```bash
plugins/nf-prov/src/resources/META-INF/MANIFEST.MF
```
3. Update the [changelog](./CHANGELOG.md).

3. Run the following command to package and upload the plugin in the GitHub project releases page:
4. Build and publish the plugin to the GitHub repository:

```bash
./gradlew :plugins:nf-prov:upload
make upload
```

4. Create a pull request against the [nextflow-io/plugins](https://github.com/nextflow-io/plugins/blob/main/plugins.json)
project to make the plugin public accessible to Nextflow app.
5. Create a pull request against the [nextflow-io/plugins](https://github.com/nextflow-io/plugins/blob/main/plugins.json) repository to make the plugin publicly accessible.

0 comments on commit 0a4f495

Please sign in to comment.