Skip to content

Commit 1a13b8e

Browse files
authored
update release process (#262)
1 parent 6735769 commit 1a13b8e

File tree

3 files changed

+34
-72
lines changed

3 files changed

+34
-72
lines changed

CHANGELOG.md

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,4 @@
11
# Changelog
22

3-
## [0.8.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.7.0...v0.8.0) (2022-03-08)
3+
Changelogs for each release are located on the [releases page](https://github.com/google-github-actions/deploy-appengine/releases).
44

5-
6-
### ⚠ BREAKING CHANGES
7-
8-
* upgrade to node16 (#243)
9-
10-
### Miscellaneous Chores
11-
12-
* upgrade to node16 ([#243](https://www.github.com/google-github-actions/deploy-appengine/issues/243)) ([5fb3173](https://www.github.com/google-github-actions/deploy-appengine/commit/5fb3173c11f90ad879315db1b4f9232e1112e657))
13-
14-
## [0.7.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.6.0...v0.7.0) (2022-03-08)
15-
16-
17-
**:warning: This is the last release that supports Node 12.**
18-
19-
## [0.6.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.5.0...v0.6.0) (2022-01-31)
20-
21-
22-
### Features
23-
24-
* use getExecOutput for gcloud commands ([#208](https://www.github.com/google-github-actions/deploy-appengine/issues/208)) ([7a84f16](https://www.github.com/google-github-actions/deploy-appengine/commit/7a84f160eca91610f142e02372d96af4cec204e4))
25-
26-
## [0.5.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.4.0...v0.5.0) (2021-12-07)
27-
28-
29-
### Features
30-
31-
* add WIF support ([#169](https://www.github.com/google-github-actions/deploy-appengine/issues/169)) ([9561d12](https://www.github.com/google-github-actions/deploy-appengine/commit/9561d1239a5f8208fc7614c9ff350ca787b61211))
32-
33-
## [0.4.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.3.1...v0.4.0) (2021-06-04)
34-
35-
36-
### Features
37-
38-
* Add flags input and tests ([#57](https://www.github.com/google-github-actions/deploy-appengine/issues/57)) ([8aae463](https://www.github.com/google-github-actions/deploy-appengine/commit/8aae463f646fdf5c6ca3e6c9affbfd7be9d6d664))
39-
40-
41-
### Bug Fixes
42-
43-
* **deps:** update dependency @actions/github to v4 ([#48](https://www.github.com/google-github-actions/deploy-appengine/issues/48)) ([22930b1](https://www.github.com/google-github-actions/deploy-appengine/commit/22930b18cbc21992adfe1829f505127deb9e095e))
44-
* **deps:** update dependency @actions/github to v5 ([#52](https://www.github.com/google-github-actions/deploy-appengine/issues/52)) ([c14ade5](https://www.github.com/google-github-actions/deploy-appengine/commit/c14ade5fdb7581f4a344bcc7c50763bda122d28f))
45-
* **deps:** update dependency js-base64 to v3 ([#49](https://www.github.com/google-github-actions/deploy-appengine/issues/49)) ([cc49642](https://www.github.com/google-github-actions/deploy-appengine/commit/cc49642f14ab96c60a8707301c5352d87eb61807))
46-
* **deps:** update dependency tmp to ^0.2.0 ([#41](https://www.github.com/google-github-actions/deploy-appengine/issues/41)) ([a777a6c](https://www.github.com/google-github-actions/deploy-appengine/commit/a777a6cfd250049d3d7a988fc6537fa169e10181))
47-
48-
### [0.3.1](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.3.0...v0.3.1) (2021-03-31)
49-
50-
51-
### Bug Fixes
52-
53-
* Error when project ID or credentials are not provided ([#27](https://www.github.com/google-github-actions/deploy-appengine/issues/27)) ([190e2c1](https://www.github.com/google-github-actions/deploy-appengine/commit/190e2c145a27274614723e75a4efc567864a564a))
54-
55-
## [0.3.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.2.0...v0.3.0) (2021-01-21)
56-
57-
58-
### Features
59-
60-
* Add better error for misshaped credentials ([#22](https://www.github.com/google-github-actions/deploy-appengine/issues/22)) ([c6290d4](https://www.github.com/google-github-actions/deploy-appengine/commit/c6290d4810b64907b2a41ce4dde866e629bab792))
61-
* add example workflow ([#14](https://www.github.com/google-github-actions/deploy-appengine/issues/14)) ([ee5bf41](https://www.github.com/google-github-actions/deploy-appengine/commit/ee5bf411b807a187809fad3cbf240c80029f12e7))
62-
* Add working directory input ([#21](https://www.github.com/google-github-actions/deploy-appengine/issues/21)) ([b616de9](https://www.github.com/google-github-actions/deploy-appengine/commit/b616de98e0771e8583e79ff21cee13d53872a5cf))
63-
64-
## [0.2.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.1.0...v0.2.0) (2020-11-17)
65-
66-
67-
### ⚠ BREAKING CHANGES
68-
69-
* transfer App Engine action (#1)
70-
71-
### Features
72-
73-
* add correct user-agent ([#6](https://www.github.com/google-github-actions/deploy-appengine/issues/6)) ([b2d7f5e](https://www.github.com/google-github-actions/deploy-appengine/commit/b2d7f5e25902cbd0209d8f83164ab891330c3845))
74-
* transfer App Engine action ([#1](https://www.github.com/google-github-actions/deploy-appengine/issues/1)) ([0c28e4e](https://www.github.com/google-github-actions/deploy-appengine/commit/0c28e4e9c1737ef8cb0ad01c7de425032b3ef18b))
75-
* update action desc ([#8](https://www.github.com/google-github-actions/deploy-appengine/issues/8)) ([6b7e4ce](https://www.github.com/google-github-actions/deploy-appengine/commit/6b7e4ce5ecf9c067d20a39902523194335168ca8))

draft-release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 'Draft release'
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
version_strategy:
7+
description: 'Version strategy: The strategy to used to update the version based on semantic versioning (more info at https://semver.org/).'
8+
required: true
9+
default: 'patch'
10+
type: 'choice'
11+
options:
12+
- 'major'
13+
- 'minor'
14+
- 'patch'
15+
16+
jobs:
17+
draft-release:
18+
name: 'Draft release'
19+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0'
20+
with:
21+
version_strategy: '${{ github.event.inputs.version_strategy }}'

release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Release'
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
8+
jobs:
9+
release:
10+
if: "startsWith(github.event.head_commit.message, 'Release: v')"
11+
name: 'Release'
12+
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0'

0 commit comments

Comments
 (0)