Skip to content

Commit

Permalink
Merge pull request #259 from rails-on-services/development
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
mnovelo authored May 23, 2024
2 parents d9627b1 + d6ccbca commit 1750c40
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 663 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/changelog.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/gem-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Ruby Gem Publish
on:
push:
branches: [ 'main' ]
paths:
- 'lib/apartment/version.rb'
pull_request:
branches: [ 'main' ]
types: [ 'closed' ]
paths:
- 'lib/apartment/version.rb'

jobs:
build:
if: github.event.pull_request.merged == true
name: Build + Publish
runs-on: ubuntu-latest
environment: production
permissions:
id-token: write
contents: write

steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Publish to RubyGems
uses: rubygems/release-gem@v1
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Ruby
on:
push:
branches:
- development
- main
pull_request:
types: [opened, synchronize, reopened]
Expand Down
5 changes: 0 additions & 5 deletions .story_branch.yml

This file was deleted.

8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog
# Changelog [DEPRECATED]

## [Unreleased](https://github.com/rails-on-services/apartment/tree/HEAD)
Changes are now being tracked in the [releases](https://github.com/rails-on-services/apartment/releases) section of the repository.

[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.8.0...HEAD)
## [v2.8.1](https://github.com/rails-on-services/apartment/tree/v2.8.1) (2020-12-17)

[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.8.0...v2.8.1)

**Implemented enhancements:**

Expand Down
Loading

0 comments on commit 1750c40

Please sign in to comment.