Skip to content

Commit

Permalink
use the right gem name to publish (#63)
Browse files Browse the repository at this point in the history
* use the right gem name to publish

* add changelog entry
  • Loading branch information
johrstrom authored Oct 25, 2021
1 parent dd5a69e commit 7ee1ae1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Publish Gem
run: |
bundle exec rake build
gem push pkg/ood_core-${{ steps.version.outputs.version }}.gem
gem push pkg/ood_appkit-${{ steps.version.outputs.version }}.gem
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.1] - 2021-10-25

## [2.0.0] - 2021-04-20
## Fixed
- Correctly publishes gem in [63](https://github.com/OSC/ood_appkit/pull/63).

## [2.0.0] - 2021-10-25
### Changed
- Update base URLs of Files and File Editor apps for OnDemand 2.0
- Rails dependnecy is now 5 or 6.
Expand Down Expand Up @@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Security fix: Cookies are kept within the Passenger app's base URI now.
[#42](https://github.com/OSC/ood_appkit/pull/42)

[Unreleased]: https://github.com/OSC/ood_appkit/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/OSC/ood_appkit/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/OSC/ood_appkit/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/OSC/ood_appkit/compare/v1.1.4...v2.0.0
[1.1.4]: https://github.com/OSC/ood_appkit/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/OSC/ood_appkit/compare/v1.1.2...v1.1.3
Expand Down

0 comments on commit 7ee1ae1

Please sign in to comment.