Skip to content

Releases: QLess/build-grunt

v1.10.0: Merge branch 'release/1.10.0'

14 Oct 20:07

Choose a tag to compare

* release/1.10.0:
  FIX: Update Node-Sass; Use same versioning for Dev and Prod
  FIX: Release Candidates must be PRs to master
  NEW: Bump to v1.9.0
  IMPROVE: Use clearer pre-release labels in SemVer versions
  IMPROVE: Include content in Source Maps

1.9.1 Release Candidates use `rc.[build]`

30 Mar 16:43
dc17e2e

Choose a tag to compare

The pre-release label for Release Candidates has been amended to produce the label as rc.[build] rather than rc[build]

Clearer pre-release labels in our SemVer-ish versions

27 Mar 17:16

Choose a tag to compare

  • Development builds do not include the version or a pre-release
    specifier no matter which branch is used.

    This reliably produces a local artifact with the filename CEC.war
    that Developers can sync without accouting for changes in the version
    #.

  • Production builds include the version number, from package.json,
    and a pre-release specifier.

    • master produces the artifact named CEC-[VERSION].

    • release/ and hotfix/ branches produce an artifact named CEC-[VERSION]-rc[BUILD]:

      • [VERSION] is the version from package.json.
      • [BUILD] is the incremental build # from the CI.
    • feature/ branches produce an artifact named CEC-[VERSION]-[BRANCH].[BUILD].[COMMIT_ID]:

      • [VERSION] is the version from package.json.
      • [BUILD] is the incremental build # from the CI.
      • [COMMIT_ID] is the short commit id. This should provide
        a small measure of convenience when troubleshooting.

Updated Web Manifest

19 Mar 19:53
d2a8363

Choose a tag to compare

Builds now include a Java Web Manifest with the build metadata that indicates the artifact's provenance (Branch, Author, Commit ID etc).

1.7.0

06 May 15:16

Choose a tag to compare

  • Include Jenkins Build # in archive filename
    Appends the Jenkins Build Number to the development archive name.
    New archive name: CEC-{VERSION}-BUILD-{BUILD_NUMBER}

    For local builds, if the environment variable "BUILD_NUMBER" is not available, the -{BUILD_NUMBER} suffix is not appended.

  • Include a JSON version manifest as part of the build in version.json. It contains the version that was built, the commit hash and the build date.