Skip to content

Releases: tegonal/scripts

release templates, expect functions instead of magic file sourcing

21 Mar 17:21
v3.0.0
2e5ba5f
Compare
Choose a tag to compare

What's Changed

  • reuse update-version-common-steps in prepare-files-next-dev-cycle.sh by @robstoll in #161
  • update files of remote gt to version v0.17.0 via gt by @tegonal-bot in #162
  • update files of remote tegonal-gh-commons to version v2.3.0 via gt by @tegonal-bot in #163
  • update issue templates only during release by @robstoll in #164
  • make update-version-README.sh more flexible, only search for link by @robstoll in #165
  • only update badges in README on release by @robstoll in #166
  • don't source prepareNextDevCycle inside function by @robstoll in #167
  • show help in case of unknown arg by @robstoll in #168
  • release-files replace hook files by hook functions by @robstoll in #170
  • document params in release/prepare-next-dev-cycle by @robstoll in #171
  • introduce executeIfFunctionDefined by @robstoll in #172
  • introduce release-/prepare-next-dev-cycle-template by @robstoll in #173
  • ignoreUnknown in release-templates by @robstoll in #174
  • introduce afterVersionHookParams so that it can be used in hooks by @robstoll in #175

Full Changelog: v2.0.0...v3.0.0

split release-files into smaller steps, error on unknown args

08 Mar 17:19
v2.0.0
92ea3b3
Compare
Choose a tag to compare

What's Changed

  • split up release-files so that it can also be used for other processes by @robstoll in #160
  • introduce with the PR above:
    • preReleaseCheckGit
    • releaseTagPrepareNextAndPush
    • updateVersionCommonSteps
    • parseArgumentsIgnoreUnknown
    • parseArguments now throws an error instead of a warnin (breaking change, and hence the major version pump)

Full Changelog: v1.3.1...v2.0.0

exitIfArgIsNotArrayOrIsEmpty

07 Mar 15:41
v1.3.0
b39c6a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

fix No 2 for replace-snippet

10 Oct 07:58
v1.2.1
8527db6
Compare
Choose a tag to compare

What's Changed

  • add prepare-files-next-dev-cycle to README and fix replace-snippet.sh by @robstoll in #147

Full Changelog: v1.2.0...v1.2.1

warn if scripts are used wrong, fix replace...snippet.sh escaping

18 Aug 20:50
v1.2.0
bfd1121
Compare
Choose a tag to compare

What's Changed

  • update to github-commons v1.0.0; fix and adopt pull-hook-functions.sh by @robstoll in #139
  • improve formatting, move reason for shellcheck disable on same line by @robstoll in #140
  • warn if arguments are supplied after --help by @robstoll in #141
  • use ENV for perl replace instead of own escaping by @robstoll in #142
  • warn if user does not supply y/n in askYesOrNo by @robstoll in #143

Full Changelog: v1.1.0...v1.2.0

introduce update-version-issue-templates

17 Jul 21:05
v1.1.0
ac7c0b8
Compare
Choose a tag to compare

What's Changed

  • releasing/update-version-issue-templates.sh helps you in replacing the current version in your issue templates during a release

Full Changelog: v1.0.0...v1.1.0

production ready

05 May 07:50
v1.0.0
3c041e2
Compare
Choose a tag to compare

now that we migrated from gget to gt (same project, but was renamed) we think scripts are mature enough to be labelled stable and production ready and hence are happy to release v1.0.0

What's Changed

  • fix replacement of project in Contributor Agreement.txt by @robstoll in #130
  • fix, updating LATEST_VERSION; improve comments for future contributors by @robstoll in #131
  • migrate gget to gt and update to v0.12.0 by @robstoll in #132
  • fix typo in in in updateVersionScripts by @robstoll in #133
  • don't output the exit code if sign is not possible but return it by @robstoll in #134

Full Changelog: v0.19.0...v1.0.0

updated shellcheck to 0.9.0

09 Feb 08:26
v0.19.0
be65ad7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.19.0

helper for jelastic cli

21 Sep 06:43
v0.18.0
9e76a3a
Compare
Choose a tag to compare

What's Changed

  • re-use files from tegonal/github-commons by @robstoll in #119
  • use gget-update workflow from tegonal/gget by @robstoll in #120
  • add jelastic_signin, jelastic_exec and jelastic_deploy by @robstoll in #122
  • rename update-docu to cleanup-....sh to comply with cleanup.yml by @robstoll in #123
  • output the jelastic reponse, not all commands have Unit behaviour by @robstoll in #124

Full Changelog: v0.17.1...v0.18.0

use --no-tty for gpg commands

19 Sep 08:42
v0.17.1
cc2fd29
Compare
Choose a tag to compare

What's Changed

  • use --batch and --no-tty for gpg commands where possible by @robstoll in #118

Full Changelog: v0.17.0...v0.17.1