akamai-consulting / akamai-starterkit

MIT License
4 stars 0 forks source link

Automatically update the bundle version in EW #22

Closed aweingarten closed 4 months ago

aweingarten commented 5 months ago

User Story

As a user doing repetitive builds against a branch I need the EW bundle version to be updated so my EW is actually updated.

Implementation Details

  1. For PR or non-prod builds we can use the HEAD commit hash for the version.
  2. For Prod builds we can simply increment the value.
  3. This could be done either as part of the NPM build or as part of the terraform. but NPM build feels like a better fit.
aweingarten commented 4 months ago

Issue was fixed with https://github.com/akamai-consulting/akamai-starterkit/pull/47