From c4e6cdb96e1560b65018159ebff1eb945fca817c Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 4 Feb 2019 12:55:33 -0500 Subject: [PATCH] Mention Meteor.gitRevision in History.md. --- History.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.md b/History.md index 2d3f2b92ec..3a79556022 100644 --- a/History.md +++ b/History.md @@ -69,6 +69,13 @@ N/A [Issue #10393](https://github.com/meteor/meteor/issues/10393) [PR #10414](https://github.com/meteor/meteor/pull/10414) +* If your application is using Git for version control, the current Git + revision string will be exposed via `Meteor.gitRevision` while the app + is running, and also via the `"gitRevision"` property in the `star.json` + file located in the root directory of builds produced by `meteor build`. + If you are not using Git, neither property will be defined. + [PR #10442](https://github.com/meteor/meteor/pull/10442) + ## v1.8.0.2, 2019-01-07 ### Breaking changes