Skip to content

Commit

Permalink
repo: update for v0.2.1.220120 (#640)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Chiu <achiu@lyft.com>

For an explanation of how to fill out the fields, please see the relevant section
in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md)

Description: repo: update for v0.2.1-alpha1
[Optional Fixes #Issue]
[Optional Deprecated:]
  • Loading branch information
Alan Chiu authored Jan 23, 2020
1 parent c3a4a30 commit 7d0b089
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EnvoyMobile.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EnvoyMobile'
s.version = '0.2.1'
s.version = '0.2.1.220120'
s.author = 'Lyft, Inc.'
s.summary = 'Client networking libraries based on the Envoy project'
s.homepage = 'https://envoy-mobile.github.io'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.1.220120
7 changes: 7 additions & 0 deletions docs/root/development/releasing/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ directory, run:
``pod trunk push``

Note: This last step is slated to be automated in :issue:`#624 <624>`.


Pre-release versioning
======================

Pre-releases are published on a weekly basis. The versioning scheme we use is ``X.Y.Z.{ddmmyy}``.
For example: January 25, 2020: ``0.3.1.250120``.

0 comments on commit 7d0b089

Please sign in to comment.