Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
feat(release): 🏗️ Update gem release command settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Jul 11, 2020
1 parent dcf77a7 commit aea38c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gem_release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bump:
file: lib/bridgetown-inline-svg/version.rb
skip_ci: true
message: "feat(release): :bookmark: Bump %{name} to %{version} %{skip_ci}"
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
// SOLARGRAPH EXTENSION
"solargraph.diagnostics": true,
// GIT
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"conventionalCommits.scopes": [
"release"
]
}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

> SVG optimizer and inliner for Bridgetown
### 🏠 [Homepage](https://github.com/andrewmcodes/bridgetown-inline-svg)

- [Installation](#installation)
- [Optional configuration options](#optional-configuration-options)
- [Usage](#usage)
Expand Down
2 changes: 1 addition & 1 deletion lib/bridgetown-inline-svg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BridgetownInlineSvg
VERSION = "0.0.1"
VERSION = "0.0.0"
end

0 comments on commit aea38c8

Please sign in to comment.