Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 65a372e

Browse files
committed
dependabot-1 Drone plugins now pull from README; removed DOCS.md update method
1 parent f4539d1 commit 65a372e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Fixes #
4343
- [ ] All new and existing tests passed.
4444
- [ ] Add your changes to `Unreleased` section of [CHANGELOG](/CHANGELOG.md).
4545
- [ ] Improve and update the [README](/README.md) (if necessary).
46-
- [ ] 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.
46+
- [ ] Ensure [documentation](/DOCS.md) is up-to-date.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ the requirements below.
3838
- [ ] Created tests which fail without the change (if possible).
3939
- [ ] All new and existing tests passed.
4040
- [ ] Add your changes to `Unreleased` section of [CHANGELOG](CHANGELOG.md).
41-
- [ ] Improve and update the [README](README.md) (if necessary).
42-
- [ ] 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.
41+
- [ ] 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.
42+
- [ ] Ensure [documentation](./DOCS.md) is up-to-date.
4343

4444
## Release Process
4545

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

6666
> **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.**
6767

0 commit comments

Comments
 (0)