Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b9df121

Browse files
chore(docs): fix links to github
Closes angular/code.angularjs.org#13
1 parent b5bb4a9 commit b9df121

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/versions/version-info.js

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ var getTaggedVersion = function() {
8383
if ( version && semver.satisfies(version, currentPackage.branchVersion)) {
8484
version.codeName = getCodeName(tag);
8585
version.full = version.version;
86+
version.branch = 'v' + currentPackage.branchVersion.replace('*', 'x');
8687
return version;
8788
}
8889
}
@@ -197,6 +198,7 @@ var getSnapshotVersion = function() {
197198
version.isSnapshot = true;
198199
version.format();
199200
version.full = version.version + '+' + version.build;
201+
version.branch = 'master';
200202

201203
return version;
202204
};

npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)