Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Releases: alrra/travis-scripts

v1.1.0

18 Sep 00:16
Compare
Choose a tag to compare

New features

  • [dfa7d10049] -
    Make scripts immediately stop if something failed.

v1.0.0

17 Sep 20:42
Compare
Choose a tag to compare

Breaking changes

  • [e6ad0cb681] -
    Remove all default option values from scripts.
  • [727433c628] -
    Move scripts into bin/.
  • [69847ada77] -
    Rename script files to have more generic names.

Bug fixes / Improvements

  • [0947d00d8b] -
    Make scripts show all error messages.
  • [2861a1dde5] -
    Make commit-changes.sh push to the specified branch.

New features

v0.6.1

11 Dec 16:13
Compare
Choose a tag to compare

Bug fixes / Improvements

  • [17ae1cfbc0] -
    Fix wrong option name in the help message from update_site_branch.sh
    (see also: #4).

v0.6.0

08 Dec 15:25
Compare
Choose a tag to compare

Breaking changes

  • [5c8c6452c81] -
    Allow users to specify the commands that will be executed
    (see also: #3).

v0.5.1

03 Dec 19:03
Compare
Choose a tag to compare

Bug fixes / Improvements

  • [b76ac792b49] -
    Fix typo in update_site_branch.sh
    (see also: #2).

v0.5.0

29 Nov 21:43
Compare
Choose a tag to compare

Breaking changes

  • [14ce4253920] -
    Allow users to specify the default branch name
    (see also: #1).

v0.4.0

08 Nov 01:31
Compare
Choose a tag to compare

Breaking changes

  • [f41f5abe98] -
    Make scripts check if the pull request is targeting the master branch.

v0.3.0

07 Nov 22:26
Compare
Choose a tag to compare

Breaking changes

  • [fb54392f89] -
    Make update_site_branch.sh remove the .travis.yml file.

v0.2.2

07 Nov 17:35
Compare
Choose a tag to compare

Bug fixes / Improvements

  • [26dcf013a2] -
    Use better output message in commit_build_changes.sh.

v0.2.1

07 Nov 17:02
Compare
Choose a tag to compare

Bug fixes / Improvements

  • [f876d6e060] -
    Make scripts only output the strictly necessary content.