Skip to content

Commit

Permalink
release prep v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TP Honey committed Jul 30, 2022
1 parent b954140 commit 429dcdc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mode": "auto",
"program": "${workspaceFolder}",
"env": {
"PLUGIN_WORKING_DIRECTORY": "/home/tp/workspace/drone-plugin-index",
"PLUGIN_WORKING_DIRECTORY": "/home/tp/workspace/drone",
},
},
]
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.9.0](https://github.com/tphoney/best_practice/tree/v0.9.0) (2022-07-30)

[Full Changelog](https://github.com/tphoney/best_practice/compare/v0.8.0...v0.9.0)

**Implemented enhancements:**

- \(feat\) check drone build for outdated tags [\#33](https://github.com/tphoney/best_practice/pull/33) ([tphoney](https://github.com/tphoney))

## [v0.8.0](https://github.com/tphoney/best_practice/tree/v0.8.0) (2022-07-29)

[Full Changelog](https://github.com/tphoney/best_practice/compare/v0.7.0...v0.8.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A scanner will check a language for build, lint, testing capabilities and langua
And the following output formats:

- Best practice for existing Drone builds
- Drone build file creation (creates a drone file, or a .drone.yml.new file if you have an existing drone file)
- Build file creation, either Drone or CIE (*.new file if you have an existing file)
- Harness product recommendations

Example output:
Expand All @@ -37,8 +37,8 @@ To run the best_practice tool against the current working directory.
docker pull tphoney/best_practice
docker run -it --rm -v $(pwd):/plugin -e PLUGIN_WORKING_DIRECTORY=/plugin tphoney/best_practice
```
It will create a drone build file, give best practice (if a drone file exists) and harness product recommendations.

It will create a drone build file, give best practice (if a drone file exists) and harness product recommendations.

To execute the newly created drone build file.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
require golang.org/x/sys v0.0.0-20220730100132-1609e554cd39 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e/go.mod h1:Kr81I6Kryrl9sr8s2F
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 h1:WIoqL4EROvwiPdUtaip4VcDdpZ4kha7wBWZrbVKCIZg=
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220730100132-1609e554cd39 h1:aNCnH+Fiqs7ZDTFH6oEFjIfbX2HvgQXJ6uQuUbTobjk=
golang.org/x/sys v0.0.0-20220730100132-1609e554cd39/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
Expand Down

0 comments on commit 429dcdc

Please sign in to comment.