Skip to content

Commit 83ad5e7

Browse files
authored
Merge pull request #2 from kungfux/feature/app_name
Change project name
2 parents f8b18e2 + 20dec84 commit 83ad5e7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Archive artifacts
4949
uses: actions/upload-artifact@v3
5050
with:
51-
name: jira-automation-extension
51+
name: jira-issue-expert
5252
path: |
5353
dist/
5454
!dist/**/*.zip

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"editor.defaultFormatter": "esbenp.prettier-vscode",
33
"editor.formatOnSave": true,
44
"files.insertFinalNewline": true,
5-
"[jsonc]": {
5+
"[json]": {
66
"editor.defaultFormatter": "esbenp.prettier-vscode"
77
}
88
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
`JIRA Automation` is a browser extension to add extra features to JIRA.
3+
`IssueExpert for JIRA` is a browser extension that adds extra functionality to JIRA for operating with issues.
44

55
# Features
66

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "jira-automation-extension",
2+
"name": "jira-issue-expert",
33
"version": "1.0.0",
4-
"description": "Add extra features to JIRA.",
4+
"description": "Add extra functionality to JIRA for operating with issues.",
55
"private": true,
66
"scripts": {
77
"build:chrome": "npm run build -- --env BROWSER=chrome",
@@ -20,14 +20,14 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/kungfux/jira-automation-extension.git"
23+
"url": "git+https://github.com/kungfux/jira-issue-expert.git"
2424
},
2525
"author": "Alexander Fuks",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/kungfux/jira-automation-extension/issues"
28+
"url": "https://github.com/kungfux/jira-issue-expert/issues"
2929
},
30-
"homepage": "https://github.com/kungfux/jira-automation-extension#readme",
30+
"homepage": "https://github.com/kungfux/jira-issue-expert#readme",
3131
"devDependencies": {
3232
"@eslint-recommended/eslint-config-typescript": "^17.0.3",
3333
"@typescript-eslint/eslint-plugin": "^5.59.0",

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
3-
"name": "JIRA Automation",
3+
"name": "IssueExpert for JIRA",
44
"version": "1.0",
5-
"description": "Browser extension to automate typical actions in JIRA.",
5+
"description": "Add extra functionality to JIRA for operating with issues.",
66
"icons": {
77
"48": "icons/logo48.png",
88
"128": "icons/logo128.png"

0 commit comments

Comments
 (0)