Commit 20e747c9 authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

mynewt: remove version.yml and references

With the merge of https://github.com/apache/mynewt-newt/pull/365

 `newt`
does not use `version.yml` files anymore, so remove the file and
references to updating it in the release process.

Testing a MCUBoot release now depends on `newt` `master` or `> 1.7.0`
(to be released).

Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 87f50a56
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -51,8 +51,7 @@ On Mynewt, `newt` always fetches a versioned MCUBoot release, so after
the rc step is finished, the release needs to be exported by modifying
`repository.yml` in the root directory; it must be updated with the
new release version, including updates to the pseudo keys
(`*-(latest|dev)`). Similarly `version.yml` must have its `repo.version`
key updated with the version number being released.
(`*-(latest|dev)`).

## Tagging and Release

@@ -82,10 +81,4 @@ git push origin HEAD:refs/heads/master
git push origin va.b.c-rcn
```

## Update Mynewt version.yml

On master `version.yml` must always have its `repo.version`
key set to "0.0.0" to this must be done now that the release
is finished.

[semver]: http://semver.org/

version.yml

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#  http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#

# Newt uses this file to determine the version of a checked out repo.
# This should always be 0.0.0 in the master branch.
repo.version: 0.0.0