Skip to content

Commit

Permalink
Merge pull request #18 from bridgecrewio/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--redshirts

chore(main): release redshirts 0.2.0
  • Loading branch information
kartikp10 authored Jan 9, 2023
2 parents 8abb3b6 + 4f6feab commit 40d6ca1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.2.0](https://github.com/bridgecrewio/redshirts/compare/redshirts-v0.1.0...redshirts-v0.2.0) (2023-01-06)


### Features

* Cleanup and rationalization ([#23](https://github.com/bridgecrewio/redshirts/issues/23)) ([c0eb353](https://github.com/bridgecrewio/redshirts/commit/c0eb35338033600262626351b5cc8d308075da90))
* only check the default branch for bitbucket and git log ([#19](https://github.com/bridgecrewio/redshirts/issues/19)) ([7b3dba0](https://github.com/bridgecrewio/redshirts/commit/7b3dba0ce9cdd9d1b1938eae4efe2840f4c09f52))


### Bug Fixes

* actions runner ([b49a186](https://github.com/bridgecrewio/redshirts/commit/b49a186f42b7001aa5dd3ca87d36cab9a72cd48a))
* add registry url ([7ded447](https://github.com/bridgecrewio/redshirts/commit/7ded447782a49e659545acbdd34a4ef797c9b00d))
* change package version ([ea18a93](https://github.com/bridgecrewio/redshirts/commit/ea18a93c67a3eeb88b7e71b5d2c3ce5a6255528b))
* use self-hosted runner ([bd3b99b](https://github.com/bridgecrewio/redshirts/commit/bd3b99b6171faf5d6d626b308635357f3508f691))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redshirts",
"version": "0.0.0",
"description": "Counts contributors for git repositories in the same way that Prisma Cloud Code Security counts them for developer-based pricing. Run 'redshirts <vcs_command> --help' for detailed help, including authentication details and all command options, for your specific system. Use this tool to estimate the impact on credit consumption prior to connecting repos to the platform. Note that while this tool applies the same logic as the platform when identifying users, due to the timing of platform scans, differences in repo visibility for different access tokens, etc, these results may not exactly match those in the platform. Report issues to your account team, PANW support, or at https://github.com/bridgecrewio/redshirts/issues",
"version": "0.2.0",
"description": "Counts contributors for git repositories in the same way that Prisma Cloud Code Security counts them for developer-based pricing. Use this tool to estimate the impact on credit consumption prior to connecting repos to the platform. Note that while this tool applies the same logic as the platform when identifying users, due to the timing of platform scans, differences in repo visibility for different access tokens, etc, these results may not exactly match those in the platform. Report issues to your account team, PANW support, or at https://github.com/bridgecrewio/redshirts",
"author": "Palo Alto Networks",
"bin": {
"redshirts": "./bin/run"
Expand Down

0 comments on commit 40d6ca1

Please sign in to comment.