Skip to content

Commit

Permalink
feat: Add releaseChannel to version
Browse files Browse the repository at this point in the history
  • Loading branch information
kachnitel committed Jan 5, 2020
1 parent 49ac9b9 commit badbc7f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions constants/Env.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ const env = {
staging: {
apiUrl: 'https://ridebikes.today',
dev: false,
version: Constants.manifest.version
version: Constants.manifest.version + '-' + Constants.manifest.releaseChannel
}
// TODO: Use `Constants.manifest.releaseChannel` and
// `exp publish --release-channel prod`
// prod: {
// apiUrl: 'https://ridebikes.today'
// }
}

export const getEnvVars = () => {
Expand Down

0 comments on commit badbc7f

Please sign in to comment.