Skip to content

Commit

Permalink
"8.x-2.x > 8.2.0 (#11)
Browse files Browse the repository at this point in the history
* D8CORE-1644: Dev branch workflow
* D8CORE-000: Update nobots.info.yml

Co-authored-by: Sherakama <[email protected]>
  • Loading branch information
imonroe and sherakama authored May 15, 2020
1 parent 07fb758 commit eaf519e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/workflows/release.yml
name: Release

on:
pull_request:
types: closed

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
release_branch: master
tag_format: "%major%.%minor%.%patch%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Nobots

8.x-2.0
--------------------------------------------------------------------------------
_Release Date: 2020-05-15_

- D8CORE-1644: Dev branch workflow (fbc6f83)
- Update nobots.info.yml (#8) (57b4c6c)

8.x-1.0 2019-10-30
--------------------------------------------------
- Initial release.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,19 @@ Contribution / Collaboration
---

You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)


Releases
---

Steps to build a new release:
- Checkout the latest commit from the `8.x-2.x` branch.
- Create a new branch for the release.
- Commit any necessary changes to the release branch.
- These may include, but are not necessarily limited to:
- Update the version in any `info.yml` files, including in any submodules.
- Update the CHANGELOG to reflect the changes made in the new release.
- Make a PR to merge your release branch into `master`
- Give the PR a semver-compliant label, e.g., (`patch`, `minor`, `major`). This may happen automatically via Github actions (if a labeler action is configured).
- When the PR is merged to `master`, a new tag will be created automatically, bumping the version by the semver label.
- The github action is built from: [semver-release-action](https://github.com/K-Phoen/semver-release-action), and further documentation is available there.
7 changes: 3 additions & 4 deletions nobots.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: No Bots
name: 'No Bots'
type: module
description: 'Blocks (well-behaved) search engine robots from crawling, indexing, or archiving your site.'
version: 8.x-1.0
core: 8.x
core_version_requirement: ^8 || ^9
version: 8.x-2.0
core_version_requirement: '^8.8 || ^9'
package: Stanford

0 comments on commit eaf519e

Please sign in to comment.