Skip to content

Commit

Permalink
Tag v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 1, 2024
1 parent 7896c8a commit 93a82b0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .github/configs/hydra-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"//": [
"twitter.com broken with redirect-loop",
"app.element.io chat rooms render fine but use HTTP 404 for some reason",
"npmjs.com responds HTTP 429 Too Many Requests too easily",
""
],
"exclude_scheme_prefixes": [
"https://twitter.com/"
"https://twitter.com/",
"https://app.element.io/",
"https://www.npmjs.com/package/"
]
}
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Publish releases

1. Edit the [gemspec](./amethyst.gemspec) file and bump `spec.version`.
2. Commit to Git, and push to main branch.
3. Tag commit and push tag.
2. Commit to Git with message `Tag vX.Y.Z`, and push to main branch.
3. Tag commit as `vX.Y.Z` and push tag.

CI will create the package and upload it to rubygems.org.

Expand Down
2 changes: 1 addition & 1 deletion amethyst.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-amethyst"
spec.version = "1.1.0"
spec.version = "1.2.0"
spec.summary = "https://github.com/qunitjs/jekyll-theme-amethyst"
spec.authors = ["Timo Tijhof", "Trent Willis"]
spec.files = `git ls-files -z`.split("\x0").select do |f|
Expand Down

0 comments on commit 93a82b0

Please sign in to comment.