Commit Graph

5 Commits

Author SHA1 Message Date
Mark d610fb95f2
EOL semantics by adding .gitattributes and changing tsconfig.json (#1550)
* style(opentelemetry-js): .gitattribute and tsconfig changes for EOL normalization

* fix(opentelemetry-js): moved 'newLine': 'LF' into tsconfig.base instead of individual

* fix(opentelemetry-js): changed version script to use LF instead of OS.EOL

* fix(opentelemetry-js): simplified version script
2020-09-29 22:18:21 +02:00
Mark Wolff e9b2cf9aeb
refactor: remove copyright year from file headers (#1150) 2020-06-12 09:27:21 -04:00
Olivier Albertini 05e7bb9c8f
fix(lint): move tslint to eslint (#892) 2020-05-20 20:42:17 -07:00
Gerhard Stöbich 8b7e58c408
chore: use os specific line endings for version updates (#763)
On windows (with git config core.autocrlf=true as recommended for cross os projects)
the version-update script created unix files (LF only). This caused that git sees a
lot modified files after bootstrap.

Use os.EOL to ensure line endings match the os used.
2020-02-04 10:16:13 -08:00
Daniel Dyla b158cbeb3e chore: add version script to all packages (#651)
* chore: add version script to all packages

* chore: remove hard coded version string

* chore: move version update script to root

* chore: add version:update to package.json

Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-01-02 10:46:57 -08:00