-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from kha7iq/fix-index-outofbound-issue
fix: index outofbound issue
- Loading branch information
Showing
4 changed files
with
36 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ checksum: | |
changelog: | ||
sort: 'asc' | ||
filters: | ||
exclude: ['^docs:', '^test:', 'Merge pull request', 'Merge branch', 'go mod tidy'] | ||
exclude: ['^docs:', '^chore:', '^test:', 'Merge pull request', 'Merge branch', 'go mod tidy'] | ||
|
||
archives: | ||
- name_template: >- | ||
|
@@ -90,6 +90,9 @@ aurs: | |
license: MIT | ||
private_key: '{{ .Env.AUR_KEY }}' | ||
git_url: 'ssh://[email protected]/ncp-bin.git' | ||
commit_author: | ||
name: Abdul Khaliq | ||
email: [email protected] | ||
package: |- | ||
# bin | ||
install -Dm755 "./ncp" "${pkgdir}/usr/bin/ncp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters