mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #141] Inconsistent version name #57
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @larouxn on GitHub (Sep 8, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/141
Describe the bug
Sometimes our version name is prepending with
v, something it's not. This breaks the links added in https://github.com/liyasthomas/postwoman/pull/135.In prod we don't have a

v:In dev we do have a

v:To Reproduce
Steps to reproduce the behavior:
Expected behavior
They're the same,
v0.1.0on both, in this case.@liyasthomas commented on GitHub (Sep 8, 2019):
package.json, version is specified withoutvand we can't addvtopackage.jsonvIn dev mode, version is picked from
package.jsonWhereas at prod build, version is taken from env tag, ie: Release Tag
This might be the reason why at dev mode, version link is broken and at production link is working. We need to unify source from which tag is selected. I think we should prefer getting version from release tag
@larouxn commented on GitHub (Sep 15, 2019):
Everything seems to working as desired now.

