Skip to content

Commit 0a1f866

Browse files
committed
v5.0.1 permissions placeholder v2 in cleanup.yml
1 parent d97e9e6 commit 0a1f866

Some content is hidden

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

42 files changed

+36
-36
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: v5.1.0-SNAPSHOT
8+
# Version: v5.0.1
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: v5.1.0-SNAPSHOT
8+
# Version: v5.0.1
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: "v5.0.0"
14+
placeholder: "v5.0.1"
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: v5.1.0-SNAPSHOT
8+
# Version: v5.0.1
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: v5.1.0-SNAPSHOT
8+
# Version: v5.0.1
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: v5.1.0-SNAPSHOT
8+
# Version: v5.0.1
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: v5.1.0-SNAPSHOT
8+
# Version: v5.0.1
99
###################################
1010
set -euo pipefail
1111
shopt -s inherit_errexit

0 commit comments

Comments
 (0)