Skip to content

Commit 60e4f7e

Browse files
committed
fix: all broken paths
1 parent c224b6e commit 60e4f7e

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

.autogit-hooks-dev/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
set -x
33
filepath=`pwd`
4-
cd /home/naa/repos/pet_projects/darklab_autogit && AUTOGIT_PROJECT_FOLDER=$filepath go run . hook commitMsg "$1"
4+
cd /home/naa/repos/pet_projects/autogit && AUTOGIT_PROJECT_FOLDER=$filepath go run . hook commitMsg "$1"

.github/workflows/autotag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install Autogit
2020
run: |
21-
curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/darklab_autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
21+
curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
2222
2323
- name: Checkout repostiory with commit history!
2424
uses: actions/checkout@v3

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install Autogit
2424
run: |
25-
curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/darklab_autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
25+
curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
2626
- name: Checkout git repo with tags and commits for autogit
2727
uses: actions/checkout@v3
2828
with:

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Install Autogit
1717
run: |
18-
curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/darklab_autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
18+
curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
1919
- name: Validate changelogs
2020
env:
2121
AUTOGIT_CONFIG_VALIDATION_RULES_HEADER_SUBJECT_MIN_WORDS: "2"

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"AUTOGIT_LOG_LEVEL": "DEBUG",
55
"AUTOGIT_CONFIG_SSH_PATH": "id_rsa.dd84ai",
66
"AUTOGIT_CONFIG_CHANGELOG_REPOSITORY_OWNER": "darklab8",
7-
"AUTOGIT_CONFIG_CHANGELOG_REPOSITORY_NAME": "darklab_autogit",
7+
"AUTOGIT_CONFIG_CHANGELOG_REPOSITORY_NAME": "autogit",
88
"AUTOGIT_CONFIG_VALIDATION_RULES_HEADER_SUBJECT_MIN_WORDS": "2"
99
},
1010
// Show .git folder

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ as a result of the tool work, you have decreased toll on release documentation w
5252

5353
## video version:
5454

55-
https://github.com/darklab8/darklab_autogit/assets/20555918/44a05f9b-393f-4f6c-aea5-f4732f4fde73
55+
https://github.com/darklab8/autogit/assets/20555918/44a05f9b-393f-4f6c-aea5-f4732f4fde73
5656

5757
# Installation
5858

@@ -62,17 +62,17 @@ https://github.com/darklab8/darklab_autogit/assets/20555918/44a05f9b-393f-4f6c-a
6262

6363
- install curl if not installed.(`apt update && apt install -y curl` for debian/ubuntu)
6464
- install git if not present (`apt update && apt install -y git` for debian/ubuntu)
65-
- install autogit with `rm $(which autogit) ; curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/darklab_autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit`
65+
- install autogit with `rm $(which autogit) ; curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit`
6666
- check installation with `autogit version` command. Expect to see `OK autogit version: v{version}`
6767

6868
### install specific version
6969

70-
- install with `rm $(which autogit) ; curl -L https://github.com/darklab8/darklab_autogit/releases/download/v{VERSION}/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit`
70+
- install with `rm $(which autogit) ; curl -L https://github.com/darklab8/autogit/releases/download/v{VERSION}/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit`
7171

7272
## Windows
7373

7474
- install [Git Bash](https://git-scm.com/downloads)
75-
- install lautogit `mkdir -p ~/bin ; rm $(which autogit) ; curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/darklab_autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-windows-amd64.exe -o ~/bin/autogit.exe && chmod 777 ~/bin/autogit.exe`
75+
- install lautogit `mkdir -p ~/bin ; rm $(which autogit) ; curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-windows-amd64.exe -o ~/bin/autogit.exe && chmod 777 ~/bin/autogit.exe`
7676
- check installation with `autogit version` command. Expect to see `OK autogit version: v{version}`
7777

7878
P.S. `~/bin/autogit.exe` must be any valid bin path (`echo $PATH`, `echo %PATH%` to get the list) accessable by your tool from where u are going to use it.
@@ -118,5 +118,5 @@ flowchart TD
118118
# Contacts
119119

120120
- [@dd84ai](https://github.com/dd84ai) at `dark.dreamflyer@gmail.com`
121-
- open [Pull Requests with question](https://github.com/darklab8/darklab_autogit/issues)
121+
- open [Pull Requests with question](https://github.com/darklab8/autogit/issues)
122122
- [Darklab Discord server](https://discord.gg/aukHmTK82J)

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tasks:
7373

7474
- sudo rm /usr/local/bin/autogit | true
7575

76-
- echo -e '#!/bin/bash\nset -x\nfilepath=`pwd`\ncd /home/naa/repos/pet_projects/darklab_autogit && AUTOGIT_PROJECT_FOLDER=$filepath go run . $@' | sudo tee /usr/local/bin/autogit
76+
- echo -e '#!/bin/bash\nset -x\nfilepath=`pwd`\ncd /home/naa/repos/pet_projects/autogit && AUTOGIT_PROJECT_FOLDER=$filepath go run . $@' | sudo tee /usr/local/bin/autogit
7777
- sudo chmod 777 /usr/local/bin/autogit
7878

7979
hook:prod:

assets/inspiration/git-conventional-commits.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"breakingChange": "BREAKING CHANGES"
3636
},
3737

38-
"commitUrl": "https://github.com/darklab8/darklab_autogit/commit/%commit%",
39-
"commitRangeUrl": "https://github.com/darklab8/darklab_autogit/compare/%from%...%to%?diff=split",
38+
"commitUrl": "https://github.com/darklab8/autogit/commit/%commit%",
39+
"commitRangeUrl": "https://github.com/darklab8/autogit/compare/%from%...%to%?diff=split",
4040
"issueRegexPattern": "#\\d+",
41-
"issueUrl": "https://github.com/darklab8/darklab_autogit/issues/%issue%"
41+
"issueUrl": "https://github.com/darklab8/autogit/issues/%issue%"
4242
}
4343
}

docs/development/algos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ flowchart TD
5757

5858
### example of rendered changelog
5959

60-
[Full example of rendered changelog](https://github.com/darklab8/darklab_autogit/releases/tag/v0.3.0-rc.2)
60+
[Full example of rendered changelog](https://github.com/darklab8/autogit/releases/tag/v0.3.0-rc.2)
6161

6262
## Scenario #3 - nextSemVer / You wish to know which next semantic version / semantic tag should be applied to your release.
6363

docs/development/plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
- https://github.com/c4urself/bump2version/blob/master/RELATED.md // research alternatives
99
- https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13
1010

11-
Discussions about future development and features in [Pull Requests](https://github.com/darklab8/darklab_autogit/issues)
11+
Discussions about future development and features in [Pull Requests](https://github.com/darklab8/autogit/issues)

0 commit comments

Comments
 (0)