Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 15, 2024
1 parent 32f62fb commit 4be33c6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When in doubt, please do send us a report.

## How to submit a report

Security issues can be reported by sending an email to us on [_xkeshav@gmail.com_][contact].
Security issues can be reported by sending an [email to us][contact].

The team will acknowledge your email within 48 hours. You will receive a more detailed response within 96 hours.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: "https://npm.pkg.github.com"
# Defaults to the user or organization that owns the workflow file
scope: "@xkeshav"
- run: npm ci
- run: npm install

- name: Publish package
run: npm publish --access restricted
Expand Down
12 changes: 0 additions & 12 deletions .vscode/tasks.json

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ All notable changes to this repository will be documented in this file.

- Added PULL_REQUEST_TEMPLATE folder
- success message updated.

## [2.2.8]

- Update README
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Repo Care

A npm CLI tool which help your GitHub repository to make it community supportive by generating necessary health files such as security/support/contribution/funding and customized template for pull requests/issues and discussions which boost your project for better contribution.
A npm based CLI tool which help your GitHub repository to make it community supportive by generating necessary health files such as security/support/contribution/funding and customized template for pull requests/issues and discussions which boost your project for better contribution.

<!-- Badges -->

Expand Down Expand Up @@ -29,7 +29,7 @@ A npm CLI tool which help your GitHub repository to make it community supportive
## What this package does ?

This is a npm based CLI tool check your GitHub repo and generate community health files in `.github` folder (if not exist) or user defined folder.
This is a npm based CLI tool which check your GitHub repo and generate community health files which should be placed in your `.github` folder.

This tool generate total 15 files with your personalized information

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xkeshav/gh-repo-care",
"version": "2.2.6",
"version": "2.2.8",
"private": false,
"displayName": "github-repo-care",
"description": "This is a npm CLI tool which help your GitHub repository to make it community supportive by adding necessary health files such as security,support,contribution and custom template for PR,issues and discussions.",
Expand Down Expand Up @@ -41,7 +41,7 @@
"gh-repo-care",
"npm cli",
"npx",
"GitHub",
"GitHub Community Files",
"issues templates",
"discussion templates"
],
Expand All @@ -63,10 +63,9 @@
},
"timestamp": {
"createdOn": "Sep 29, 2024",
"updatedOn": "Oct 13, 2024"
"updatedOn": "Oct 15, 2024"
},
"dependencies": {
"@xkeshav/gh-repo-care": "file:xkeshav-gh-repo-care-2.2.7.tgz",
"enquirer": "2.4.1",
"fs-extra": "11.2.0",
"path": "0.12.7",
Expand Down

0 comments on commit 4be33c6

Please sign in to comment.