Skip to content

Commit

Permalink
prepare for a new release
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Guindon <[email protected]>
  • Loading branch information
chrisguindon committed Dec 16, 2022
1 parent 0396f44 commit 40ab9bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Jekyll theme is intended to copy the theme of the main https://www.eclipse.

# Using the theme on your GitHub pages site

Eclipse projects typically publish their documentation using the GitHub pages functionality of the source code repository on GitHub.
Eclipse projects typically publish their documentation using the GitHub pages functionality of the source code repository on GitHub.
This involves pushing the documentation materials to the `gh-pages` branch in the repository. Once content has been pushed to this branch
it is publish statically at `https://eclipse-ee4j.github.io/<projectname>`. Without a theme, the site will be published using a default
theme.
Expand Down Expand Up @@ -115,11 +115,10 @@ Pre-requisites:

* Install the dependencies: `bundle install`

* Build the Gem: `gem build jekyll-theme-eclipsefdn.gemspec`

Pushing the Gem to RubyGems

* Update the version number in `jekyll-theme-eclipsefdn.gemspec`
* Create a tag with the new version number
* Push commit and tag to github `git push origin master --tags`

1. Update the version number in: `jekyll-theme-eclipsefdn.gemspec`.
2. Build the Gem: `gem build jekyll-theme-eclipsefdn.gemspec`
3. Commit and push the new version: `git add . && git commit -s -m "prepare for a new release"`
4. Create a git tag with version name and push commits and tags to remote repository.
5. Publish gem: `gem push jekyll-theme-eclipsefdn-*.gem`
2 changes: 1 addition & 1 deletion jekyll-theme-eclipsefdn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-eclipsefdn"
spec.version = "0.0.4"
spec.version = "0.0.5"
spec.authors = ["Christopher Guindon"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 40ab9bc

Please sign in to comment.