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

Frontend lint release version #971

Merged
merged 7 commits into from
Apr 29, 2019
Merged

Frontend lint release version #971

merged 7 commits into from
Apr 29, 2019

Conversation

sirn
Copy link
Contributor

@sirn sirn commented Apr 25, 2019

Issue/Task Number: #945, #972

Run frontend linting (npm run lint) as part of the build process, as well as automatically update versions in mix.exs during build process. The version number will be either:

  • Just the tag, for tagged commit e.g. 1.2.0-pre.0 for v1.2.0-pre.0 tag, prefix v truncated
  • Latest tag plus number of commits since last tag, and a hash e.g. 1.2.0-pre.0-18-g343a6c80

The latter is generated using git describe --tags. SHA hash for the commit is after the g letter.

This commit also fixes #971 where config command fails due to KEYCHAIN_SECRET_KEY not properly getting configured during E2E.

@sirn sirn added this to Review in eWallet Apr 25, 2019
@sirn sirn merged commit 07647ae into master Apr 29, 2019
eWallet automation moved this from Review to Done Apr 29, 2019
@sirn sirn deleted the frontend-lint-release-version branch April 29, 2019 11:52
sirn pushed a commit that referenced this pull request May 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
eWallet
  
5-Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants