File tree Expand file tree Collapse file tree
packages/nodejs-logging-winston Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323common_templates = gcp .CommonTemplates ()
2424templates = common_templates .node_library ()
25- s .copy (templates , excludes = [".github/auto-label.yaml" ])
25+ s .copy (templates , excludes = [".github/auto-label.yaml" , ".github/release-please.yml" ])
2626node .fix_hermetic ()
2727
2828
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
9292/**
9393 * Default library version to be used if version retrieval fails
9494 */
95- export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = 'unknown' ;
95+ export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '1.0.0' ; // {x-release-please-version}
9696
9797// The variable to hold cached library version
9898let libraryVersion : string ;
You can’t perform that action at this time.
0 commit comments