Skip to content

Commit

Permalink
chore(release-please): revert sub packages and change to simple relea…
Browse files Browse the repository at this point in the history
…se type (#2718)
  • Loading branch information
matthewelwell authored Aug 31, 2023
1 parent 218df20 commit db1a946
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-production-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: API Deploy to Production ECS
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '*'
paths:
- api/**
- .github/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-docker-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: API Publish Docker Images
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '*'
paths:
- api/**
- .github/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-docker-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Frontend Publish Docker Images
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '*'
paths:
- frontend/**
- .github/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-e2e-docker-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '*'
paths:
- frontend/**
- .github/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Flagsmith Private Cloud Image
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '*'

env:
FLAGSMITH_SAML_REVISION: v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform-docker-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Platform Publish Docker Images
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '*'

jobs:
build-dockerhub:
Expand Down
5 changes: 1 addition & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
".": "2.69.0",
"frontend": "2.68.0",
"api": "2.68.0",
"docs": "2.66.2"
".": "2.69.0"
}
33 changes: 0 additions & 33 deletions api/CHANGELOG.md

This file was deleted.

30 changes: 0 additions & 30 deletions frontend/CHANGELOG.md

This file was deleted.

26 changes: 3 additions & 23 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,14 @@
{
"bootstrap-sha": "374e83b797fbc644ce1e5e3d14ac7acce3a9b44f",
"group-pull-request-title-pattern": "chore: Platform release ${version}",
"packages": {
".": {
"release-type": "python",
"changelog-path": "CHANGELOG.md"
},
"frontend": {
"release-type": "node",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"include-component-in-tag": true
},
"api": {
"release-type": "python",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"include-component-in-tag": true
},
"docs": {
"release-type": "node",
"release-type": "simple",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"include-component-in-tag": true
"prerelease": false,
"include-component-in-tag": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.69.0

1 comment on commit db1a946

@vercel
Copy link

@vercel vercel bot commented on db1a946 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.