Lines Matching refs:text
38 def prepend_write(filename, text): argument
42 f.write(text + '\n' + current_content)
72 text = "# OP-TEE - version {} ({})\n".format(rv, rd)
73 text += "\n"
74 text += "- Links to the release pages, commits and pull requests merged " \
80 text += " - {}: [release page][{}_release_{}], " \
84 text += "\n"
89 text += "\n[{}_release_{}]: https://github.com/{}/releases/tag/" \
91 text += "[{}_commits_{}]: https://github.com/{}/compare/" \
93 text += "[{}_pr_{}]: https://github.com/{}/pulls?q=is%3Apr+is%3A" \
97 prepend_write(args.changelog_file, text)