Skip to content

Commit d6fa0d2

Browse files
committed
v4.0.0 cleanup only read permissions
1 parent ddd4e03 commit d6fa0d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+35
-35
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v3.3.0-SNAPSHOT
8+
# Version: v4.0.0
99
###################################
1010
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1111
# DO NOT MODIFY HERE BUT IN src/dotfiles/.editorconfig

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v3.3.0-SNAPSHOT
8+
# Version: v4.0.0
99
###################################
1010
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1111
# DO NOT MODIFY HERE BUT IN src/dotfiles/.gitattributes

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: Affected Version
1313
description: What version of github-commons are you using?
14-
placeholder: "v3.2.0"
14+
placeholder: "v4.0.0"
1515
validations:
1616
required: true
1717
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v3.3.0-SNAPSHOT
8+
# Version: v4.0.0
99
###################################
1010
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1111
# DO NOT MODIFY HERE BUT IN src/.github/dependabot.yml

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v3.3.0-SNAPSHOT
8+
# Version: v4.0.0
99
###################################
1010
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1111
# DO NOT MODIFY HERE BUT IN src/.github/workflows/cleanup.yml

.shellcheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v3.3.0-SNAPSHOT
8+
# Version: v4.0.0
99
###################################
1010
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1111
# DO NOT MODIFY HERE BUT IN src/dotfiles/.shellcheckrc

README.md

Lines changed: 6 additions & 6 deletions

scripts/before-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v3.3.0-SNAPSHOT
8+
# Version: v4.0.0
99
###################################
1010
set -euo pipefail
1111
shopt -s inherit_errexit

0 commit comments

Comments
 (0)