Skip to content

Commit c9810b8

Browse files
committed
docs: Move versioning off front page README and into distribution
1 parent b0911d6 commit c9810b8

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ announcing step.
2020
- [Examples](#examples)
2121
- [Getting Started with Development](#getting-started-with-development)
2222
- [How To Add A New Command](./command/README.md)
23-
- [Versioning](#versioning)
2423
- [How To Create A New Release](./distribution.md)
2524
- [LICENSE](./LICENSE)
2625
- [CHANGELOG](./CHANGELOG.md)
@@ -277,11 +276,6 @@ To remove a dependency, simply remove it from the codebase and any mention of
277276
it in the `Gopkg.toml` file and run `dep ensure` which will remove it from the
278277
`vendor` folder while updating the `Gopkg.lock` file.
279278

280-
## Versioning
281-
282-
We use [SemVer](http://semver.org/) for versioning. For the versions available,
283-
see the [tags on this repository](https://github.com/smallstep/cli).
284-
285279
## License
286280

287281
This project is licensed under the Apache 2.0 License - see the

distribution.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ e.g. `v1.0.2`
3535
```
3636
3737
The new tag needs to be the logical successor of the most recent existing tag.
38-
See [versioning](./README.md#versioning) section for more information on version numbers.
38+
See [versioning](#versioning) section for more information on version numbers.
3939
4040
2. **Select the next tag (but don't actually tag anything yet!!).**
4141
@@ -96,3 +96,8 @@ e.g. `v1.0.2`
9696
**NOTE**: this only needs to be done for standard releases.
9797
9898
*All Done!*
99+
100+
## Versioning
101+
102+
We use [SemVer](http://semver.org/) for versioning. For the versions available,
103+
see the [tags on this repository](https://github.com/smallstep/cli).

0 commit comments

Comments
 (0)