Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meacham committed Oct 31, 2020
2 parents 4100a87 + 62cab54 commit 5b7afb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,9 @@ For more information on annotated and lightweight tags go to the [git documentat

The tags (`${git:tags}`) is used to get info about which git tags (separated by ::) are pointing to current commit and if none it will show commit ID as fallback.

# Serverless Version Support
* If you're using serverless 1.12.x or below, use the 1.x.x version of this plugin.
* This plugin is currently broken for serverless versions between 1.13 and 1.15 (inclusive).
* If you're using serverless 1.16.x or above, use the >=2.x.x version of this plugin.

# Version History
* 4.1.0
- Fix sporadic failure with git write-tree (Thanks to @navrkald and @james-hu)
* 4.0.0
- Change `tags` separator from ',' to '::' to conform to the AWS tag regex
* 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-git-variables",
"version": "4.0.0",
"version": "4.1.0",
"engines": {
"node": ">=7.0"
},
Expand Down

0 comments on commit 5b7afb5

Please sign in to comment.