Skip to content

Commit b657ea3

Browse files
committed
prepare next dev cycle for v4.3.0
1 parent 3f9b536 commit b657ea3

24 files changed

Lines changed: 30 additions & 30 deletions

.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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
99
###################################
1010
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1111
# DO NOT MODIFY HERE BUT IN src/dotfiles/.gitattributes

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.2.0
9+
# Version: v4.3.0-SNAPSHOT
1010
###################################
1111
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
# DO NOT MODIFY HERE BUT IN src/.github/CODE_OF_CONDUCT.md

.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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
99
###################################
1010
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1111
# DO NOT MODIFY HERE BUT IN src/dotfiles/.shellcheckrc

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- for main -->
2-
<!--
2+
33
[![Download](https://img.shields.io/badge/Download-v4.2.0-%23007ec6)](https://github.com/tegonal/github-commons/releases/tag/v4.2.0)
44
[![Creative Commons Zero v1.0 Universal](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](https://creativecommons.org/publicdomain/zero/1.0/ "License")
55
[![Quality Assurance](https://github.com/tegonal/github-commons/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/github-commons/actions/workflows/quality-assurance.yml?query=branch%3Amain)
66
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/github-commons/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
7-
-->
7+
88
<!-- for main end -->
99
<!-- for release -->
10-
10+
<!--
1111
[![Download](https://img.shields.io/badge/Download-v4.2.0-%23007ec6)](https://github.com/tegonal/github-commons/releases/tag/v4.2.0)
1212
[![Creative Commons Zero v1.0 Universal](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](https://creativecommons.org/publicdomain/zero/1.0/ "License")
1313
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/github-commons/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
14-
14+
-->
1515
<!-- for release end -->
1616

1717
# Tegonal's github-commons

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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
99
###################################
1010
set -euo pipefail
1111
shopt -s inherit_errexit

scripts/cleanup-on-push-to-main.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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
99
###################################
1010
set -euo pipefail
1111
shopt -s inherit_errexit

scripts/extend-expiration-signing-key.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: v4.2.0
8+
# Version: v4.3.0-SNAPSHOT
99
###################################
1010
set -euo pipefail
1111
shopt -s inherit_errexit

0 commit comments

Comments
 (0)