Skip to content

Commit

Permalink
dependabot-1 Drone plugins now pull from README; removed DOCS.md upda…
Browse files Browse the repository at this point in the history
…te method
  • Loading branch information
bdebyl committed Jul 15, 2022
1 parent f4539d1 commit 65a372e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Fixes #
- [ ] All new and existing tests passed.
- [ ] Add your changes to `Unreleased` section of [CHANGELOG](/CHANGELOG.md).
- [ ] Improve and update the [README](/README.md) (if necessary).
- [ ] Ensure [documentation](/DOCS.md) is up-to-date. The same file will be updated in [plugin index](https://github.com/drone/drone-plugin-index/blob/master/content/meltwater/drone-cache/index.md) when your PR is accepted, so it will be available for end-users at http://plugins.drone.io.
- [ ] Ensure [documentation](/DOCS.md) is up-to-date.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ the requirements below.
- [ ] Created tests which fail without the change (if possible).
- [ ] All new and existing tests passed.
- [ ] Add your changes to `Unreleased` section of [CHANGELOG](CHANGELOG.md).
- [ ] Improve and update the [README](README.md) (if necessary).
- [ ] Ensure [documentation](./DOCS.md) is up-to-date. The same file will be updated in [plugin index](https://github.com/drone/drone-plugin-index/blob/master/content/meltwater/drone-cache/index.md) when your PR is accepted, so it will be available for end-users at http://plugins.drone.io.
- [ ] Improve and update the [README](README.md) (if necessary). The same file will be updated in [plugin index](https://github.com/drone/drone-plugin-index/blob/master/plugins/cache/original.md) when your PR is accepted, so it will be available for end-users at http://plugins.drone.io.
- [ ] Ensure [documentation](./DOCS.md) is up-to-date.

## Release Process

Expand All @@ -61,7 +61,7 @@ the requirements below.
> ...
```
6. Check whether all the generate artifacts in-place properly.
7. Update [plugin index](https://github.com/drone/drone-plugin-index/blob/master/content/meltwater/drone-cache/index.md) using [DOCS](./DOCS.md).
7. (OBSOLETE) Update plugin index using [DOCS](./DOCS.md).

> **Keep in mind that users usually use the `latest` tagged images in their pipeline, please make sure you do not interfere with their working workflow.**

Expand Down

0 comments on commit 65a372e

Please sign in to comment.