Skip to content

gastonsilva/sam-version-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAM-Version-Updater

This is a simple module for standard-version to update Globals.Function.Tags.version in a SAM's template.yaml file

Usage

For non-node proyects install globally and export the global path:

npm i -g sam-version-updater
export NODE_PATH=$(npm root -g)

Your version configuration for standard-version should be like:

// .versionrc.js
const tracker = {
  filename: 'template.yaml',
  updater: require('sam-version-updater')
}

module.exports = {
  bumpFiles: [tracker]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published