Skip to content

Commit

Permalink
fix #592, auto-tagged component were not shown as staged in bit status
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfirst committed Jan 11, 2018
1 parent 0066b4f commit 164060d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scope/repositories/sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export default class SourceRepository {
date: Date.now().toString()
};
component.addVersion(version, releaseType);
component.local = true;
return this.put({ component, objects: [version] });
}

Expand Down

0 comments on commit 164060d

Please sign in to comment.